DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowConnectionStringBuilder Class / AuthenticationType Property

In This Topic
    AuthenticationType Property (C1ServiceNowConnectionStringBuilder)
    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