StsClientApi_Tokens

XmlTokenBase.SupportingTokens Property

Gets or sets the collection of security tokens other than the base token required by the security token service to issue this security token. Currently is not used.

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

Implements

IIssuedToken.SupportingTokens

See Also

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