AuthenticationMiddleware.Schemes 속성

정의

IAuthenticationSchemeProvider를 가져오거나 설정합니다.

public:
 property Microsoft::AspNetCore::Authentication::IAuthenticationSchemeProvider ^ Schemes { Microsoft::AspNetCore::Authentication::IAuthenticationSchemeProvider ^ get(); void set(Microsoft::AspNetCore::Authentication::IAuthenticationSchemeProvider ^ value); };
public Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider Schemes { get; set; }
member this.Schemes : Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider with get, set
Public Property Schemes As IAuthenticationSchemeProvider

속성 값

적용 대상