Partager via


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
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.

Haut

Public Méthodes

(voir également Protégé Méthodes)

  Nom Description
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  Surchargé. (hérité de Object)
public method GetHashCode  (hérité de Object)
public method GetTokenTypeIdentifiers  
public method GetType  (hérité de Object)
public method ReadKeyIdentifierClause  
public method ReadToken Surchargé.  
public methodstatic ReferenceEquals  (hérité de Object)
public method ToString  (hérité de Object)
public method ValidateToken  
public method WriteKeyIdentifierClause  
public method WriteToken  

Haut

Protégé Méthodes

  Nom Description
protected method DetectReplayedTokens  
protected method Finalize  (hérité de Object)
protected method 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.