DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonConnectionStringBuilder Class / AuthenticationType Property

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