InformationCardSerializer 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.]
Provides support for InformationCard Serialization.
The following tables list the members exposed by the InformationCardSerializer type.
Public Constructors
Name | Description | |
---|---|---|
InformationCardSerializer | Overloaded. Initializes an instance of InformationCardSerializer. |
Top
Public Properties
Name | Description | |
---|---|---|
AllowUnknownElements | True if unknown data elements are allowed in the card body. | |
SecurityTokenSerializer | Gets the instance of Token Serializer currently used. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReadCard | Overloaded. | |
ToString | (Inherited from Object) | |
WriteCard | Overloaded. |
Top
Protected Methods
Name | Description | |
---|---|---|
CreateCard | Creates an InformationCard given the issuer and optionally, the signing credentials. | |
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ReadAdditionalElements | Extensibility point to read additional elements at the end of the CRD file. | |
ReadPrivacyNotice | Extensibility point to override deserialization of privacy notice information. | |
ReadSupportedClaimList | Extensibility point to override deserialization of supported claim type information. | |
ReadTokenServiceList | Extensibility point to override deserialization of token service list. | |
ReadUnrecognizedUserCredential | Extensibility point to deserialize custom user credentials not defined in ISIP. | |
ReadX509UserCredential | Extensibility point to override deserialization of X.509 credential information. | |
WriteAdditionalElements | Extensibility point to emit additional elements at the end of the CRD file. | |
WritePrivacyNotice | Extensibility point to override serialization of privacy notice information. | |
WriteSupportedClaimTypeList | Extensibility point to override serialization of supported claim type information. | |
WriteTokenServiceList | Extensibility point to override serialization of token service list. | |
WriteUnrecognizedUserCredential | Extensibility point to serialize custom user credentials not defined in ISIP. | |
WriteX509UserCredential | Extensibility point to override serialization of X.509 credential information. |
Top
See Also
Reference
InformationCardSerializer Class
Microsoft.IdentityModel.Protocols.WSIdentity Namespace
Copyright © 2008 by Microsoft Corporation. All rights reserved.