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

屬性值

適用於