Compartir a través de


SecurityTokenHandler (Miembros)

Defines the interface for a Custom Security Token Handler.

En las tablas siguientes se enumeran los miembros expuestos por el tipo SecurityTokenHandler.

Protegido Constructores

  Nombre Descripción
  SecurityTokenHandler  

Arriba

Público Propiedades

  Nombre Descripción
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.

Arriba

Público Métodos

(vea también Protegido Métodos)

  Nombre Descripción
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  Sobrecargado. (Se hereda de Object)
public method GetHashCode  (Se hereda de Object)
public method GetTokenTypeIdentifiers  
public method GetType  (Se hereda de Object)
public method ReadKeyIdentifierClause  
public method ReadToken Sobrecargado.  
public methodstatic ReferenceEquals  (Se hereda de Object)
public method ToString  (Se hereda de Object)
public method ValidateToken  
public method WriteKeyIdentifierClause  
public method WriteToken  

Arriba

Protegido Métodos

  Nombre Descripción
protected method DetectReplayedTokens  
protected method Finalize  (Se hereda de Object)
protected method MemberwiseClone  (Se hereda de Object)

Arriba

Vea también

Referencia

SecurityTokenHandler (Clase)
Microsoft.IdentityModel.Tokens (Espacio de nombres)

Copyright © 2008 Microsoft Corporation.Reservados todos los derechos.