adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / LoginAuthenticationType Enumeration


In This Topic
    LoginAuthenticationType Enumeration
    In This Topic
    Designates the kind of authentication to use when connecting to the adTempus server.
    Syntax
    'Declaration
     
    
    Public Enum LoginAuthenticationType 
       Inherits System.Enum
    public enum LoginAuthenticationType : System.Enum 
    public enum class LoginAuthenticationType : public System.Enum 
    Members
    MemberValueDescription
    adTempus1 An adTempus-managed user account is used.
    Windows0 Windows security is used.
    Inheritance Hierarchy

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

    See Also