StsClientApi_Tokens

XmlTokenBase.ProofToken Property

Get/Set the proof token for the token. This is the encrypted form of the key for the token requestor. Currently is not used.

[Visual Basic]
NotOverridable Public Property ProofToken As RequestedProofToken _
    Implements IIssuedToken.ProofToken
[C#]
public Microsoft.Web.Services3.Security.RequestedProofToken ProofToken {get; set;}

Implements

IIssuedToken.ProofToken

See Also

XmlTokenBase Class | com.pingidentity.Security.Tokens.Base Namespace