AuthenticationManager 클래스

정의

Http.Sys 인증 구성을 노출합니다.

public ref class AuthenticationManager sealed
public sealed class AuthenticationManager
type AuthenticationManager = class
Public NotInheritable Class AuthenticationManager
상속
AuthenticationManager

속성

AllowAnonymous

익명 요청이 애플리케이션에 노출되거나 서버에서 이의를 제기할지 여부를 나타냅니다. 기본값은 true입니다.

AuthenticationDisplayName

로그인 페이지에서 사용자에게 나타나는 표시 이름을 설정합니다. 기본값은 null입니다.

AutomaticAuthentication

true이면 서버에서 HttpContext.User를 설정해야 합니다. false이면 서버는 AuthenticationScheme에서 명시적으로 요청한 경우에만 ID를 제공합니다. 기본값은 true입니다.

Schemes

기존 큐에 연결할 때 이 설정은 큐를 만드는 데 사용되는 설정과 일치해야 합니다.

적용 대상