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

属性值

适用于