WsFederationOptions.Configuration Property

Definition

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.

public:
 property Microsoft::IdentityModel::Protocols::WsFederation::WsFederationConfiguration ^ Configuration { Microsoft::IdentityModel::Protocols::WsFederation::WsFederationConfiguration ^ get(); void set(Microsoft::IdentityModel::Protocols::WsFederation::WsFederationConfiguration ^ value); };
public Microsoft.IdentityModel.Protocols.WsFederation.WsFederationConfiguration Configuration { get; set; }
public Microsoft.IdentityModel.Protocols.WsFederation.WsFederationConfiguration? Configuration { get; set; }
member this.Configuration : Microsoft.IdentityModel.Protocols.WsFederation.WsFederationConfiguration with get, set
Public Property Configuration As WsFederationConfiguration

Property Value

Applies to