FederationConfiguration.IdentityConfiguration Property

Definition

Gets or sets the IdentityConfiguration object associated with this instance.

public:
 property System::IdentityModel::Configuration::IdentityConfiguration ^ IdentityConfiguration { System::IdentityModel::Configuration::IdentityConfiguration ^ get(); void set(System::IdentityModel::Configuration::IdentityConfiguration ^ value); };
public System.IdentityModel.Configuration.IdentityConfiguration IdentityConfiguration { get; set; }
member this.IdentityConfiguration : System.IdentityModel.Configuration.IdentityConfiguration with get, set
Public Property IdentityConfiguration As IdentityConfiguration

Property Value

The identity configuration object associated with this instance.

Exceptions

An attempt to set the property to null occurs.

Remarks

When initialized from a configuration file, this property is set by the <identityConfiguration> element.

Applies to