SignIn2 Method
Authenticates via Windows credentials to ADMS but not to a specific Knowledge Vault.
Required Permissions
AllowsAnonymousSyntax
public override Session SignIn2(
System.string oldSessionId
)Public Overrides NotOverridable Function SignIn2( _
Optional ByVal oldSessionId As System.String _
) As SessionParameters
| Name | Description |
|---|---|
| oldSessionId | Current session Id (can be null). |
Return Value
Returns Session object.
Remarks
This method must be called in order to make most Admin Service and Knowledge Vault Service calls.