Share via


IIssuedToken Members

Defines properties of a security token that is issued by a security token service.

The following tables list the members exposed by the IIssuedToken type.

Public Properties

  Name Description
public property AppliesTo Gets or sets the scope of where the issued token can be used.
public property BaseToken Gets or sets the base token for the issued security token.
public property LifeTime Gets or sets the period of time a security token is valid.
public property ProofToken Gets or sets the proof token for the issued security token.
public property SupportingTokens Gets or sets the collection of security tokens other than the base token required by the security token service to issue this security token.
public property TokenIssuer Gets or sets the security token service that issued the security token.

Top

See Also

Reference

IIssuedToken Interface
Microsoft.Web.Services2.Security.Tokens Namespace