SecurityTokenHandler Members
[Starting with the .NET Framework 4.5, Windows Identity Foundation (WIF) has been fully integrated into the .NET Framework. The version of WIF addressed by this topic, WIF 3.5, is deprecated and should only be used when developing against the .NET Framework 3.5 SP1 or the .NET Framework 4. For more information about WIF in the .NET Framework 4.5, also known as WIF 4.5, see the Windows Identity Foundation documentation in the .NET Framework 4.5 Development Guide.]
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 | Creates an instance of SecurityTokenHandler |
Top
Public Properties
Name | 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 | Gets or sets the SecurityTokenHandlerConfiguration | |
ContainingCollection | Gets or sets the SecurityTokenHandlerCollection that this SecurityTokenHandler is part of. This property should never be set directly. When the SecurityTokenHandler is added to a collection this property is automatically set. | |
TokenType | Get the System.Type of the SecurityToken this instance handles. |
Top
Public Methods
(see also Protected Methods)
Name | 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 | Called by the STS to create a token given a token descriptor. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetTokenTypeIdentifiers | The URI used in requests to identify a token of the type handled by this instance. | |
GetType | (Inherited from Object) | |
ReadKeyIdentifierClause | Deserializes the XML to a KeyIdentifierClause that references a token handled by this instance. | |
ReadToken | Overloaded. | |
ToString | (Inherited from Object) | |
ValidateToken | ||
WriteKeyIdentifierClause | Serializes to XML a SecurityKeyIdentifierClause that this instance supports. | |
WriteToken | Serializes to XML a token of the type handled by this instance. |
Top
Protected Methods
Name | Description | |
---|---|---|
DetectReplayedTokens | Throws if a token is detected as being replayed. Override this method in your derived class to detect replays. | |
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
SecurityTokenHandler Class
Microsoft.IdentityModel.Tokens Namespace
Copyright © 2008 by Microsoft Corporation. All rights reserved.