SecurityTokenHandler 成员

Defines the interface for a Custom Security Token Handler.

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

Protected 构造函数

  名称 说明
  SecurityTokenHandler  

页首

Public 属性

  名称 说明
public property CanValidateToken Indicates whether this handler supports validation of tokens handled by this instance.
public property CanWriteToken Indicates whether the class provides serialization functionality to serialize token handled by this instance.
public property Configuration  
public property ContainingCollection  
public property TokenType Get the System.Type of the SecurityToken this instance handles.

页首

Public 方法

(另请参阅 Protected 方法)

  名称 说明
public method CanReadKeyIdentifierClause Indicates if the current XML element is pointing to a KeyIdentifierClause that can be serialized by this instance.
public method CanReadToken Indicates whether the current XML element can be read as a token of the type handled by this instance.
public method CanWriteKeyIdentifierClause Indicates if the given SecurityKeyIdentifierClause can be serialized by this instance.
public method CreateSecurityTokenReference Create the security token reference for tokens handled by this instance.
public method CreateToken  
public method Equals  已重载。 (从 Object 继承)
public method GetHashCode  (从 Object 继承)
public method GetTokenTypeIdentifiers  
public method GetType  (从 Object 继承)
public method ReadKeyIdentifierClause  
public method ReadToken 已重载。  
public methodstatic ReferenceEquals  (从 Object 继承)
public method ToString  (从 Object 继承)
public method ValidateToken  
public method WriteKeyIdentifierClause  
public method WriteToken  

页首

Protected 方法

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

页首

请参见

参考

SecurityTokenHandler 类
Microsoft.IdentityModel.Tokens 命名空间

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