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
Public property ApplicationId Gets the ID of the external application.
Public property ApplicationPrincipalLogOnName Gets the login name of the application’s principal.
Public property ClientHash Gets the hash value of the token prefix combined with the server “salt”, which is base64-encoded.
Public property DateTime Gets the DateTime value that represents the date and time the token was created.
Public property ServerHash Gets the base64-encoded hash value that is provided by the external application provider.
Public property SiteId Gets the SharePoint site collection ID (ID).
Public property 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.
Public property UserId Gets the user ID.
Public property Version Gets the version of the token.

Top

Methods

  Name Description
Public method ToString Returns a string that contains the SharePoint Server 2010 and user information stored in the token. (Overrides Object.ToString().)
Public methodStatic member TryParse Provides the method to parse the token from a string.

Top

See also

Reference

ExternalApplicationRequestToken class

Microsoft.SharePoint.Client namespace