Freigeben über


SecurityTokenHandler Members

Defines the interface for a Custom Security Token Handler.

In den folgenden Tabellen sind die Mitglieder aufgeführt, die durch den Typ SecurityTokenHandler eingeblendet werden:

Geschützt Konstruktoren

  Name Beschreibung
  SecurityTokenHandler  

Seitenanfang

Öffentlich Eigenschaften

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

Seitenanfang

Öffentlich Methoden

(siehe auch Geschützt Methoden)

  Name Beschreibung
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  Überladen. (Geerbt von Object)
public method GetHashCode  (Geerbt von Object)
public method GetTokenTypeIdentifiers  
public method GetType  (Geerbt von Object)
public method ReadKeyIdentifierClause  
public method ReadToken Überladen.  
public methodstatic ReferenceEquals  (Geerbt von Object)
public method ToString  (Geerbt von Object)
public method ValidateToken  
public method WriteKeyIdentifierClause  
public method WriteToken  

Seitenanfang

Geschützt Methoden

  Name Beschreibung
protected method DetectReplayedTokens  
protected method Finalize  (Geerbt von Object)
protected method MemberwiseClone  (Geerbt von Object)

Seitenanfang

Siehe auch

Referenz

SecurityTokenHandler Class
Microsoft.IdentityModel.Tokens Namespace

Copyright © 2008 by Microsoft Corporation. Alle Rechte vorbehalten.