DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVConnectionStringBuilder Class / AuthenticationType Property

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