Defines the interface for a Custom Security Token Handler.

The following tables list the members exposed by the SecurityTokenHandler type.

Protected Constructors

  Name Description
SecurityTokenHandler  
Top

Public Properties

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

Public Methods (see also Protected Methods)

  Name 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  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetTokenTypeIdentifiers  
public method GetType  (Inherited from Object)
public method ReadKeyIdentifierClause  
public method ReadToken Overloaded.  
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
public method ValidateToken  
public method WriteKeyIdentifierClause  
public method WriteToken  
Top

Protected Methods

  Name Description
protected method DetectReplayedTokens  
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.