SignIn2 Method
Authenticates to the server but not to a specific Vault database.
Required Permissions
AllowsAnonymousSyntax
public override Session SignIn2(
System.string userName,
System.string userPassword,
System.string oldSessionId
)Public Overrides NotOverridable Function SignIn2( _
ByVal userName As System.String, _
ByVal userPassword As System.String, _
Optional ByVal oldSessionId As System.String _
) As SessionParameters
| Name | Description |
|---|---|
| userName | The Vault user name. |
| userPassword | The Vault password. |
| oldSessionId | Current session Id (can be null). |
Return Value
Returns Session object.