dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceConnection Class / SetDefaultAuthenticationProvider Method

In This Topic
    SetDefaultAuthenticationProvider Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub SetDefaultAuthenticationProvider( _
       ByVal authenticationType As AuthenticationType, _
       ByVal provider As ISalesforceAuthenticationProvider _
    ) 
    public static void SetDefaultAuthenticationProvider( 
       AuthenticationType authenticationType,
       ISalesforceAuthenticationProvider provider
    )

    Parameters

    authenticationType
    provider
    See Also