SecurityTokenDescriptor 成员

This is a place holder for all the attributes related to the issued token

下表列出了 SecurityTokenDescriptor 类型公开的成员。

Public 构造函数

  名称 说明
  SecurityTokenDescriptor  

页首

Public 属性

  名称 说明
public property AppliesToAddress  
public property AttachedReference Get/Set the SecurityKeyIdentifierClause when the token is attached to the message
public property AuthenticationInfo  
public property DisplayToken  
public property EncryptingCredentials  
public property Lifetime Get/Set the lifetime information for the issued token
public property Proof Get/Set the proof descriptor which can be used to modify some fields inside the RSTR, such as requested proof token. It also contains the
public property Properties Get the properties bag to extend the object.
public property ReplyToAddress  
public property SigningCredentials  
public property Subject  
public property Token Gets or sets the issued security token.
public property TokenIssuerName  
public property TokenType Gets or sets the token type of the issued token
public property UnattachedReference The unattached token reference to refer to the issued token when it is not attached to the message.

页首

Public 方法

(另请参阅 Protected 方法)

  名称 说明
public method AddAuthenticationClaims 已重载。  
public method ApplyTo  
public method Equals  已重载。 (从 Object 继承)
public method GetHashCode  (从 Object 继承)
public method GetType  (从 Object 继承)
public methodstatic ReferenceEquals  (从 Object 继承)
public method ToString  (从 Object 继承)

页首

Protected 方法

  名称 说明
protected method Finalize  (从 Object 继承)
protected method MemberwiseClone  (从 Object 继承)

页首

请参见

参考

SecurityTokenDescriptor 类
Microsoft.IdentityModel.Tokens 命名空间

版权所有 (C) 2008 Microsoft Corporation。保留所有权利。