AuthenticationSchemeProvider.TryAddScheme(AuthenticationScheme) 메서드

정의

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

public:
 virtual bool TryAddScheme(Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme);
public virtual bool TryAddScheme (Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme);
abstract member TryAddScheme : Microsoft.AspNetCore.Authentication.AuthenticationScheme -> bool
override this.TryAddScheme : Microsoft.AspNetCore.Authentication.AuthenticationScheme -> bool
Public Overridable Function TryAddScheme (scheme As AuthenticationScheme) As Boolean

매개 변수

scheme
AuthenticationScheme

체계입니다.

반환

구성표가 성공적으로 추가된 경우 true입니다.

구현

적용 대상