共用方式為


SspiSecurityToken.AllowUnauthenticatedCallers 屬性

定義

取得值,這個值表示是否允許匿名呼叫端。

public:
 property bool AllowUnauthenticatedCallers { bool get(); };
public bool AllowUnauthenticatedCallers { get; }
member this.AllowUnauthenticatedCallers : bool
Public ReadOnly Property AllowUnauthenticatedCallers As Boolean

屬性值

Boolean

如果允許匿名呼叫端,則為 true,否則為 false

適用於