DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SConnectionStringBuilder Class / AuthenticationType Property

In This Topic
    AuthenticationType Property (C1D365SConnectionStringBuilder)
    In This Topic
    The type of authorization the request will utilize.
    Syntax
    'Declaration
     
    Public Property AuthenticationType As OAuth2Authentication
    public OAuth2Authentication AuthenticationType {get; set;}
    See Also