WsFederationAuthenticationOptions.ConfigurationManager Property

 

Responsible for retrieving, caching, and refreshing the configuration from metadata. If not provided, then one will be created using the MetadataAddress and Backchannel properties.

Namespace:   Microsoft.Owin.Security.WsFederation
Assembly:  Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)

Syntax

public IConfigurationManager<WsFederationConfiguration> ConfigurationManager { get; set; }
public:
property IConfigurationManager<WsFederationConfiguration^>^ ConfigurationManager {
    IConfigurationManager<WsFederationConfiguration^>^ get();
    void set(IConfigurationManager<WsFederationConfiguration^>^ value);
}
member ConfigurationManager : IConfigurationManager<WsFederationConfiguration> with get, set
Public Property ConfigurationManager As IConfigurationManager(Of WsFederationConfiguration)

Property Value

Type: Microsoft.IdentityModel.Protocols.IConfigurationManager<WsFederationConfiguration>

Returns IConfigurationManager<T>.

See Also

WsFederationAuthenticationOptions Class
Microsoft.Owin.Security.WsFederation Namespace

Return to top