WsFederationAuthenticationOptions.Configuration Property

 

Configuration provided directly by the developer. If provided, then MetadataAddress and the Backchannel properties will not be used. This information should not be updated during request processing.

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

Syntax

public WsFederationConfiguration Configuration { get; set; }
public:
property WsFederationConfiguration^ Configuration {
    WsFederationConfiguration^ get();
    void set(WsFederationConfiguration^ value);
}
member Configuration : WsFederationConfiguration with get, set
Public Property Configuration As WsFederationConfiguration

Property Value

Type: Microsoft.IdentityModel.Protocols.WsFederationConfiguration

Returns WsFederationConfiguration.

See Also

WsFederationAuthenticationOptions Class
Microsoft.Owin.Security.WsFederation Namespace

Return to top