ExternalApplicationRequestToken members
Represents a token that contains the SharePoint Foundation 2010 and user infomation that an external application uses to forward the request to the server.
The ExternalApplicationRequestToken type exposes the following members.
Properties
Name | Description | |
---|---|---|
ApplicationId | Gets the ID of the external application. | |
ApplicationPrincipalLogOnName | Gets the login name of the application’s principal. | |
ClientHash | Gets the hash value of the token prefix combined with the server “salt”, which is base64-encoded. | |
DateTime | Gets the DateTime value that represents the date and time the token was created. | |
ServerHash | Gets the base64-encoded hash value that is provided by the external application provider. | |
SiteId | Gets the SharePoint site collection ID (ID). | |
TokenPrefix | Gets a string value that includes everything in the token before the hash value, and a secret internal byte array that is used as “salt” for the hash algorithm. | |
UserId | Gets the user ID. | |
Version | Gets the version of the token. |
Top
Methods
Name | Description | |
---|---|---|
ToString | Returns a string that contains the SharePoint Server 2010 and user information stored in the token. (Overrides Object.ToString().) | |
TryParse | Provides the method to parse the token from a string. |
Top