VisualVault SDK

Authenticate.TokenLoginImpersonate Method

Authenticates a user who is a member of the Vault.Access group and then impersonates another user specified by the UserID parameter. Does not log the authentication if a valid token is presented.

Overload List

Authenticates a user who is a member of the Vault.Access group and then impersonates another user specified by the UserID parameter. Does not log the authentication if a valid token is presented.

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

Authenticates a user who is a member of the Vault.Access group and then impersonates another user specified by the UserID parameter. Does not log the authentication if a valid token is presented.

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

See Also

Authenticate Class | VVRuntime Namespace