CrmAuthenticationToken Class (Sdk Assembly)
![]() |
Contains the authentication information for accessing CrmService Web service.
The CrmAuthenticationToken class inherits from SoapHeader. It exposes the following members.
| Constructor | Description |
| CrmAuthenticationToken | Initializes a new instance of the CrmAuthenticationToken class. |
| Static Method | Description |
| ExtractCrmAuthenticationToken | Used in a custom aspx page to retrieve the token information for the current user. This is needed to access the Web services. |
| Instance Property | Description |
| AuthenticationType | Gets or sets the type of authentication. |
| CallerId | Gets or sets the ID of the caller. |
| CrmTicket | Gets or sets the ticket received from the CrmDiscovery Web service. |
| OrganizationName | Gets or sets the name of the organization. |
Remarks
For more information, see CrmService.CrmAuthenticationToken class.
Requirements
Namespace: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.dll
See Also
Reference
© 2010 Microsoft Corporation. All rights reserved.

