DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / FileBaseAuthenticationTypes Enumeration

In This Topic
    FileBaseAuthenticationTypes Enumeration
    In This Topic
    Specifies the Authentication Type that JSON,CSV provider utilize.
    Syntax
    'Declaration
     
    Public Enum FileBaseAuthenticationTypes 
       Inherits System.Enum
    public enum FileBaseAuthenticationTypes : System.Enum 
    Members
    MemberDescription
    NetworkCredentialAuthentication Network Credential Authentication
    NoAuthentication NoAuthentication
    OAuth2Authentication conceptualizes the authentication 'client credentials' from the OAuth2.0 protocol.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.DataConnector.FileBaseAuthenticationTypes

    See Also