共用方式為


JwtBearerPostConfigureOptions.PostConfigure(String, JwtBearerOptions) 方法

定義

叫用以張貼設定 JwtBearerOptions 實例。

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

參數

name
String

正在設定的選項執行個體名稱。

options
JwtBearerOptions

要設定的選項執行個體。

實作

適用於