Defines the interface for a Custom Security Token Handler.

В следующей таблице перечислены члены, предоставляемые типом SecurityTokenHandler.

Защищенный Конструкторы

  Имя Описание
SecurityTokenHandler  
Вверх

Открытый Свойства

  Имя Описание
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 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 method DetectReplayedTokens  
protected method Finalize  (унаследовано от Object)
protected method MemberwiseClone  (унаследовано от Object)
Вверх

См. также




© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.