dotConnect for Salesforce Marketing Cloud Documentation
Devart.Data.ExactTarget Namespace / ExactTargetConnectionStringBuilder Class / AuthenticationType Property

In This Topic
    AuthenticationType Property
    In This Topic
    Determines the authentication type to use. The following kinds are supported: AppCenterClient (deprecated), RefreshToken, ServerToServer, and UsernamePassword.
    Syntax
    'Declaration
     
    Public Property AuthenticationType As AuthenticationType
    public AuthenticationType AuthenticationType {get; set;}

    Property Value

    One of the AuthenticationType values.
    Remarks
    Default value is AuthenticationType.UserNamePassword.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also