InformationCard 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.]
The following tables list the members exposed by the InformationCard type.
Public Constructors
Name | Description | |
---|---|---|
InformationCard | Overloaded. Initializes a new instance of the InformationCard class. |
Top
Public Fields
Name | Description | |
---|---|---|
DefaultCardVersion |
Top
Public Properties
Name | Description | |
---|---|---|
AppliesToOption | Gets or sets the applies to options to indicate whether the STS requires AppliesTo or not. 1. If STS does not want AppliesTo element inside the RST, please set this property to AppliesToOption.NotAllowed. With this option, the protocol head will not add a RequiresAppliesTo element inside the information card. 2. If STS requires an AppliesTo element inside the RST, please set this property to AppliesToOption.Required. With this option, the protocol head will add a RequiresAppliesTo element with Optional attribute set to false. 3. If STS does not care whether an AppliesTo is inside the RST or not, please set this property to AppliesToOption.Optional. With this option, the protocol head will add a RequiresAppliesTo element with Optional attribute set to true. | |
CardImage | Gets or sets the card image. This is an optional element. | |
CardName | Gets or sets the card name. This is an optional element. | |
CardType | Gets or sets the card type. This is an optional element. | |
InformationCardReference | Gets or sets the information card reference, such as id and version.This is a required element. | |
Issuer | Gets or sets the logical name of the issuerName of the information card. This is a required element. | |
IssuerInformation | Gets a collection of IssuerInformation entries. Each entry contains a Name/Value pair. The name and value cannot be null or empty. | |
IssuerName | Gets or sets the IssuerName of the information card. This is a optional element. | |
Language | Gets or sets the language attribute. This attribute is required. | |
PrivacyNotice | Gets or sets the location of the privacy statement of the Identity Provider. This is an optional element. | |
Properties | Gets the properties bag to extend the object. | |
RequireStrongRecipientIdentity | Sets this property to true if the card must be used in a website using HTTPS. | |
SigningCredentials | Gets/Sets the signing credentials. This is an optional element. | |
SupportedClaimTypeList | Gets a list of supported claim types. This is a required element. | |
SupportedTokenTypeList | Gets a list of supported token types. This is a required element. | |
TimeExpires | Gets or sets the expiration time in UTC of the information card.This is an optional element. | |
TimeIssued | Gets or sets the issurance time in UTC of the information card.This is a required element. | |
TokenServiceList | Gets a list of security token services endpoints. This is a required element. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
InformationCard Class
Microsoft.IdentityModel.Protocols.WSIdentity Namespace
Copyright © 2008 by Microsoft Corporation. All rights reserved.