IServiceConfiguration<TService>.Authenticate Method (SecurityToken)
Applies To: Dynamics CRM 2015
Authenticates against the trusted Microsoft Dynamics CRM Secure Token Service using a security token.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
SecurityTokenResponse Authenticate(
SecurityToken securityToken
)
SecurityTokenResponse^ Authenticate(
SecurityToken^ securityToken
)
abstract Authenticate :
securityToken:SecurityToken -> SecurityTokenResponse
Function Authenticate (
securityToken As SecurityToken
) As SecurityTokenResponse
Parameters
securityToken
Type: System.IdentityModel.Tokens.SecurityTokenType: SecurityToken. A security token retrieved from an identity provider other than the trusted Microsoft Dynamics CRM Secure Token Service (when in federation mode).
Return Value
Type: Microsoft.Xrm.Sdk.Client.SecurityTokenResponse
Type: SecurityTokenResponse
The security token response.
See Also
AuthenticateāOverload
IServiceConfiguration<TService> Interface
Microsoft.Xrm.Sdk.Client Namespace
Return to top
Ā© 2016 Microsoft. All rights reserved. Copyright