Defines the interface for a Custom Security Token Handler.
В следующей таблице перечислены члены, предоставляемые типом SecurityTokenHandler.
Защищенный Конструкторы
Имя | Описание | |
---|---|---|
SecurityTokenHandler |
Открытый Свойства
Имя | Описание | |
---|---|---|
CanValidateToken | Indicates whether this handler supports validation of tokens handled by this instance. | |
CanWriteToken | Indicates whether the class provides serialization functionality to serialize token handled by this instance. | |
Configuration | ||
ContainingCollection | ||
TokenType | Get the System.Type of the SecurityToken this instance handles. |
Открытый Методы (см. также Защищенный Методы)
Имя | Описание | |
---|---|---|
CanReadKeyIdentifierClause | Indicates if the current XML element is pointing to a KeyIdentifierClause that can be serialized by this instance. | |
CanReadToken | Indicates whether the current XML element can be read as a token of the type handled by this instance. | |
CanWriteKeyIdentifierClause | Indicates if the given SecurityKeyIdentifierClause can be serialized by this instance. | |
CreateSecurityTokenReference | Create the security token reference for tokens handled by this instance. | |
CreateToken | ||
Equals | Перегружено. (унаследовано от Object) | |
GetHashCode | (унаследовано от Object) | |
GetTokenTypeIdentifiers | ||
GetType | (унаследовано от Object) | |
ReadKeyIdentifierClause | ||
ReadToken | Перегружено. | |
ReferenceEquals | (унаследовано от Object) | |
ToString | (унаследовано от Object) | |
ValidateToken | ||
WriteKeyIdentifierClause | ||
WriteToken |
Защищенный Методы
Имя | Описание | |
---|---|---|
DetectReplayedTokens | ||
Finalize | (унаследовано от Object) | |
MemberwiseClone | (унаследовано от Object) |
См. также
© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.