VisualVault SDK

Authenticate.TokenLogin Method

Authenticates a user with a valid Windows Principal Object and a valid Product ID code. Does not log the authentication if a valid token is presented.

Overload List

Authenticates a user with a valid Windows Principal Object and a valid Product ID code. Does not log the authentication if a valid token is presented.

public static Vault TokenLogin(string,Guid,WindowsIdentity);

Authenticates a user by UserID and Password and passes in a valid Product ID code. Does not log the authentication if a valid token is presented.

public static Vault TokenLogin(string,Guid,string,string);

Authenticates a user with a valid Windows Principal Object. Does not log the authentication if a valid token is presented.

public static Vault TokenLogin(string,WindowsIdentity);

Authenticates a user with a valid Windows Principal Object and a valid Product ID code. Does not log the authentication if a valid token is presented.

public static Vault TokenLogin(string,string,Guid,WindowsIdentity);

Authenticates a user by UserID and Password to the specified Server using a valid product ID code. Does not log the authentication if a valid token is presented.

public static Vault TokenLogin(string,string,Guid,string,string);

Authenticates a user with a valid Windows Principal Object Does not log the authentication if a valid token is presented.

public static Vault TokenLogin(string,string,WindowsIdentity);

Authenticates a user by UserID and Password. Does not log the authentication if a valid token is presented.

public static Vault TokenLogin(string,string,string);

Authenticates a user by UserID and Password to the specified Server. Does not log the authentication if a valid token is presented.

public static Vault TokenLogin(string,string,string,string);

See Also

Authenticate Class | VVRuntime Namespace