AuthenticationSchemeProvider.AddScheme(AuthenticationScheme) 메서드

정의

에서 사용할 IAuthenticationService스키마를 등록합니다.

public:
 virtual void AddScheme(Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme);
public virtual void AddScheme (Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme);
abstract member AddScheme : Microsoft.AspNetCore.Authentication.AuthenticationScheme -> unit
override this.AddScheme : Microsoft.AspNetCore.Authentication.AuthenticationScheme -> unit
Public Overridable Sub AddScheme (scheme As AuthenticationScheme)

매개 변수

scheme
AuthenticationScheme

체계입니다.

구현

적용 대상