FederationConfiguration.IdentityConfiguration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.