OpenIdConnectAuthenticationOptions.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.OpenIdConnect
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
'Declaration
Public Property Configuration As OpenIdConnectConfiguration
Get
Set
'Usage
Dim instance As OpenIdConnectAuthenticationOptions
Dim value As OpenIdConnectConfiguration
value = instance.Configuration
instance.Configuration = value
public OpenIdConnectConfiguration Configuration { get; set; }
public:
property OpenIdConnectConfiguration^ Configuration {
OpenIdConnectConfiguration^ get ();
void set (OpenIdConnectConfiguration^ value);
}
member Configuration : OpenIdConnectConfiguration with get, set
function get Configuration () : OpenIdConnectConfiguration
function set Configuration (value : OpenIdConnectConfiguration)
Property Value
Type: OpenIdConnectConfiguration
Returns OpenIdConnectConfiguration.