ExternalApplicationRequestToken properties

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

See also

Reference

ExternalApplicationRequestToken class

Microsoft.SharePoint.Client namespace