SharedAuthenticationOptions.SignInScheme 속성

정의

인증에 성공한 후 사용자의 ID를 유지하는 기본 미들웨어에 해당하는 인증 체계를 가져오거나 설정합니다. 이 값은 일반적으로 Startup 클래스에 등록된 쿠키 미들웨어에 해당합니다.

public:
 property System::String ^ SignInScheme { System::String ^ get(); void set(System::String ^ value); };
public string SignInScheme { get; set; }
member this.SignInScheme : string with get, set
Public Property SignInScheme As String

속성 값

적용 대상