AuthenticationManager.AllowAnonymous 속성

정의

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

public:
 property bool AllowAnonymous { bool get(); void set(bool value); };
public bool AllowAnonymous { get; set; }
member this.AllowAnonymous : bool with get, set
Public Property AllowAnonymous As Boolean

속성 값

적용 대상