Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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.]
This class derives from System.ServiceModel.Security.WSSecurityTokenSerializer and wraps a collection of SecurityTokenHandlers. Any call to this serilaizer is delegated to the token handler and delegated to the base class if no token handler is registered to handle this particular token or KeyIdentifier.
The following tables list the members exposed by the SecurityTokenSerializerAdapter type.
Public Constructors
Name | Description | |
---|---|---|
SecurityTokenSerializerAdapter | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
EmitBspRequiredAttributes | (Inherited from WSSecurityTokenSerializer) |
![]() |
ExceptionMapper | Gets or sets the ExceptionMapper to be used when throwing exceptions. |
![]() |
MapExceptionsToSoapFaults | Gets or sets the property that describes if exceptions should be mapped to SOAP Fault exceptions. Default is false. |
![]() |
MaximumKeyDerivationLabelLength | (Inherited from WSSecurityTokenSerializer) |
![]() |
MaximumKeyDerivationNonceLength | (Inherited from WSSecurityTokenSerializer) |
![]() |
MaximumKeyDerivationOffset | (Inherited from WSSecurityTokenSerializer) |
![]() |
SecurityTokenHandlers | Gets the SecurityTokenHandlerCollection. |
![]() |
SecurityVersion | (Inherited from WSSecurityTokenSerializer) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
CanReadKeyIdentifier | (Inherited from SecurityTokenSerializer) |
![]() |
CanReadKeyIdentifierClause | (Inherited from SecurityTokenSerializer) |
![]() |
CanReadToken | (Inherited from SecurityTokenSerializer) |
![]() |
CanWriteKeyIdentifier | (Inherited from SecurityTokenSerializer) |
![]() |
CanWriteKeyIdentifierClause | (Inherited from SecurityTokenSerializer) |
![]() |
CanWriteToken | (Inherited from SecurityTokenSerializer) |
![]() |
CreateKeyIdentifierClauseFromTokenXml | (Inherited from WSSecurityTokenSerializer) |
![]() |
Equals | (Inherited from Object) |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetType | (Inherited from Object) |
![]() |
ReadKeyIdentifier | (Inherited from SecurityTokenSerializer) |
![]() |
ReadKeyIdentifierClause | (Inherited from SecurityTokenSerializer) |
![]() |
ReadToken | (Inherited from SecurityTokenSerializer) |
![]() |
ToString | (Inherited from Object) |
![]() |
WriteKeyIdentifier | (Inherited from SecurityTokenSerializer) |
![]() |
WriteKeyIdentifierClause | (Inherited from SecurityTokenSerializer) |
![]() |
WriteToken | (Inherited from SecurityTokenSerializer) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
CanReadKeyIdentifierClauseCore | Overridden. Checks if the wrapped SecurityTokenHandler or the base WSSecurityTokenSerializer can read the SecurityKeyIdentifierClause. |
![]() |
CanReadKeyIdentifierCore | Overridden. Checks if one of the wrapped SecurityTokenHandlers or the base WSSecurityTokenSerializer can read the security key identifier. |
![]() |
CanReadTokenCore | Overridden. Checks if one of the wrapped SecurityTokenHandlers or the base WSSecurityTokenSerializer can read the security token. |
![]() |
CanWriteKeyIdentifierClauseCore | Overridden. Checks if the wrapped SecurityTokenHandler or the base WSSecurityTokenSerializer can write the given SecurityKeyIdentifierClause. |
![]() |
CanWriteKeyIdentifierCore | Overridden. (Inherited from SecurityTokenSerializer) |
![]() |
CanWriteTokenCore | Overridden. Checks if one of the wrapped SecurityTokenHandlers or the base WSSecurityTokenSerializer can write the given security token. |
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |
![]() |
ReadKeyIdentifierClauseCore | Overridden. Deserializes a SecurityKeyIdentifierClause from the given reader. |
![]() |
ReadKeyIdentifierCore | Overridden. Reads an SecurityKeyIdentifier from a XML stream. |
![]() |
ReadTokenCore | Overridden. Deserializes the SecurityToken from the given XmlReader. |
![]() |
WriteKeyIdentifierClauseCore | Overridden. Serializes the given SecurityKeyIdentifierClause in a XmlWriter. |
![]() |
WriteKeyIdentifierCore | Overridden. (Inherited from SecurityTokenSerializer) |
![]() |
WriteTokenCore | Overridden. Serializes the SecurityToken to the XmlWriter. |
Top
See Also
Reference
SecurityTokenSerializerAdapter Class
Microsoft.IdentityModel.Tokens Namespace
Copyright © 2008 by Microsoft Corporation. All rights reserved.