Membres SecurityTokenHandler
Defines the interface for a Custom Security Token Handler.
Les tableaux suivants répertorient les membres exposés par le type SecurityTokenHandler.
Protégé Constructeurs
Nom | Description | |
---|---|---|
SecurityTokenHandler |
Haut
Public Propriétés
Nom | Description | |
---|---|---|
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. |
Haut
Public Méthodes
(voir également Protégé Méthodes)
Nom | Description | |
---|---|---|
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 | Surchargé. (hérité de Object) | |
GetHashCode | (hérité de Object) | |
GetTokenTypeIdentifiers | ||
GetType | (hérité de Object) | |
ReadKeyIdentifierClause | ||
ReadToken | Surchargé. | |
ReferenceEquals | (hérité de Object) | |
ToString | (hérité de Object) | |
ValidateToken | ||
WriteKeyIdentifierClause | ||
WriteToken |
Haut
Protégé Méthodes
Nom | Description | |
---|---|---|
DetectReplayedTokens | ||
Finalize | (hérité de Object) | |
MemberwiseClone | (hérité de Object) |
Haut
Voir aussi
Référence
Classe SecurityTokenHandler
Espace de noms Microsoft.IdentityModel.Tokens
Copyright © 2008 Microsoft Corporation.Tous droits réservés.