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

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

    Parameters

    authenticationType
    provider
    See Also