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

适用于