다음을 통해 공유


OpenIdConnectOptions.AuthenticationMethod 속성

정의

사용자 에이전트를 ID 공급자로 리디렉션하는 데 사용되는 메서드를 가져오거나 설정합니다.

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

속성 값

적용 대상