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

プロパティ値

適用対象