OpenIdConnectOptions.AuthenticationMethod 屬性

定義

取得或設定用來將使用者代理程式重新導向至識別提供者的方法。

public:
 property Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectRedirectBehavior AuthenticationMethod { Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectRedirectBehavior get(); void set(Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectRedirectBehavior value); };
public Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectRedirectBehavior AuthenticationMethod { get; set; }
member this.AuthenticationMethod : Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectRedirectBehavior with get, set
Public Property AuthenticationMethod As OpenIdConnectRedirectBehavior

屬性值

適用於