Sdílet prostřednictvím


OpenIdConnectPostConfigureOptions.PostConfigure Metoda

Definice

Vyvolá se za účelem konfigurace instance TOptions.

public:
 virtual void PostConfigure(System::String ^ name, Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectOptions ^ options);
public void PostConfigure (string name, Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions options);
public void PostConfigure (string? name, Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions options);
abstract member PostConfigure : string * Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions -> unit
override this.PostConfigure : string * Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions -> unit
Public Sub PostConfigure (name As String, options As OpenIdConnectOptions)

Parametry

name
String

Název instance možností, která se konfiguruje.

options
OpenIdConnectOptions

Instance možností, která se má nakonfigurovat.

Implementuje

Platí pro