Authorization.MutuallyAuthenticated 属性

定义

获取或设置一个 Boolean 值,该值指示是否发生了相互身份验证。

public:
 property bool MutuallyAuthenticated { bool get(); void set(bool value); };
public bool MutuallyAuthenticated { get; set; }
member this.MutuallyAuthenticated : bool with get, set
Public Property MutuallyAuthenticated As Boolean

属性值

如果客户端和服务器均经过验证,则为 true;否则为 false

注解

如果身份验证尚未完成,则此属性返回 false

适用于