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 |
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 | |
![]() |
ContainingCollection | |
![]() |
TokenType | Get the System.Type of the SecurityToken this instance handles. |
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 | |
![]() |
Equals | Overloaded. (Inherited from Object) |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetTokenTypeIdentifiers | |
![]() |
GetType | (Inherited from Object) |
![]() |
ReadKeyIdentifierClause | |
![]() |
ReadToken | Overloaded. |
![]() ![]() |
ReferenceEquals | (Inherited from Object) |
![]() |
ToString | (Inherited from Object) |
![]() |
ValidateToken | |
![]() |
WriteKeyIdentifierClause | |
![]() |
WriteToken |
Protected
Methods
Name | Description | |
---|---|---|
![]() |
DetectReplayedTokens | |
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.