dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceConnectionStringBuilder Class / Authentication Property

In This Topic
    Authentication Property
    In This Topic
    Determines the authentication method to use when connecting to Salesforce.
    Syntax
    'Declaration
     
    Public Property Authentication As AuthenticationType
    public AuthenticationType Authentication {get; set;}

    Property Value

    One of the AuthenticationType values.
    See Also