SecurityTokenHandlerCollection 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 a collection of SecurityTokenHandlers.
The following tables list the members exposed by the SecurityTokenHandlerCollection type.
Public Constructors
Name | Description | |
---|---|---|
SecurityTokenHandlerCollection | Overloaded. Creates an instance of SecurityTokenHandlerCollection. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
![]() |
Configuration | Gets or Sets an instance of SecurityTokenHandlerConfiguration |
![]() |
Count | (Inherited from Collection) |
![]() |
Item | Gets a Token Handler by its Token Type Identifier. |
![]() |
Item | Gets a Token Handler that can handle a given SecurityToken. |
![]() |
Item | Gets a Token Handler based on the System.Type of the token. |
![]() |
Item | (Inherited from Collection) |
![]() |
TokenTypeIdentifiers | Gets the list of Token type Identifier of the Token Handlers. |
![]() |
TokenTypes | Gets the List of System.Type of the Token Handlers in this collection. |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
Items | (Inherited from Collection) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
Add | (Inherited from Collection) |
![]() |
AddOrReplace | Adds the specified handler or replaces the existing handler with the same token type identifier with the specified handler. |
![]() |
CanReadToken | Checks if a token can be read using the SecurityTokenHandlers. |
![]() |
CanWriteToken | Checks if a token can be written using the SecurityTokenHandlers. |
![]() |
Clear | (Inherited from Collection) |
![]() |
Contains | (Inherited from Collection) |
![]() |
CopyTo | (Inherited from Collection) |
![]() ![]() |
CreateDefaultSecurityTokenHandlerCollection | Overloaded. |
![]() |
CreateToken | |
![]() |
Equals | (Inherited from Object) |
![]() |
GetEnumerator | (Inherited from Collection) |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetType | (Inherited from Object) |
![]() |
IndexOf | (Inherited from Collection) |
![]() |
Insert | (Inherited from Collection) |
![]() |
ReadToken | Reads a token using the TokenHandlers. |
![]() |
Remove | (Inherited from Collection) |
![]() |
RemoveAt | (Inherited from Collection) |
![]() |
ToString | (Inherited from Object) |
![]() |
ValidateToken | Validates a given token using the SecurityTokenHandlers. |
![]() |
WriteToken | Writes a given SecurityToken to the XmlWriter. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
ClearItems | Overridden. Override. (Inherited from Collection<T>"/> |
![]() |
Finalize | (Inherited from Object) |
![]() |
InsertItem | Overridden. Override. (Inherited from Collection<T>"/> |
![]() |
MemberwiseClone | (Inherited from Object) |
![]() |
RemoveItem | Overridden. Override. (Inherited from Collection<T>"/> |
![]() |
SetItem | Overridden. Override. (Inherited from Collection<T>"/> |
Top
See Also
Reference
SecurityTokenHandlerCollection Class
Microsoft.IdentityModel.Tokens Namespace
Copyright © 2008 by Microsoft Corporation. All rights reserved.