Share via


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
public property AllowUnknownElements True if unknown data elements are allowed in the card body.
public property SecurityTokenSerializer Gets the instance of Token Serializer currently used.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ReadCard Overloaded.  
public method ToString  (Inherited from Object)
public method WriteCard Overloaded.  

Top

Protected Methods

  Name Description
protected method CreateCard Creates an InformationCard given the issuer and optionally, the signing credentials.
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
protected method ReadAdditionalElements Extensibility point to read additional elements at the end of the CRD file.
protected method ReadPrivacyNotice Extensibility point to override deserialization of privacy notice information.
protected method ReadSupportedClaimList Extensibility point to override deserialization of supported claim type information.
protected method ReadTokenServiceList Extensibility point to override deserialization of token service list.
protected method ReadUnrecognizedUserCredential Extensibility point to deserialize custom user credentials not defined in ISIP.
protected method ReadX509UserCredential Extensibility point to override deserialization of X.509 credential information.
protected method WriteAdditionalElements Extensibility point to emit additional elements at the end of the CRD file.
protected method WritePrivacyNotice Extensibility point to override serialization of privacy notice information.
protected method WriteSupportedClaimTypeList Extensibility point to override serialization of supported claim type information.
protected method WriteTokenServiceList Extensibility point to override serialization of token service list.
protected method WriteUnrecognizedUserCredential Extensibility point to serialize custom user credentials not defined in ISIP.
protected method 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.