adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / HttpAuthenticationMethod Enumeration


In This Topic
    HttpAuthenticationMethod Enumeration
    In This Topic
    The authentication method used for an HTTP connection
    Syntax
    'Declaration
     
    
    Public Enum HttpAuthenticationMethod 
       Inherits System.Enum
    public enum HttpAuthenticationMethod : System.Enum 
    public enum class HttpAuthenticationMethod : public System.Enum 
    Members
    MemberValueDescription
    Basic1 Use basic HTML authentication
    Digest3 Use Digest authentication
    None0 No authentication
    NTLM2 Use NTLM authentication
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.HttpAuthenticationMethod

    See Also