HttpWebResponse.IsMutuallyAuthenticated 属性

定义

获取一个 Boolean 值,该值指示客户端和服务器是否都已经过身份验证。Gets a Boolean value that indicates whether both client and server were authenticated.

public:
 virtual property bool IsMutuallyAuthenticated { bool get(); };
public override bool IsMutuallyAuthenticated { get; }
member this.IsMutuallyAuthenticated : bool
Public Overrides ReadOnly Property IsMutuallyAuthenticated As Boolean

属性值

Boolean

如果发生了相互身份验证,则为 true;否则为 falsetrue if mutual authentication occurred; otherwise, false.

例外

已释放当前实例。The current instance has been disposed.

注解

您可以使用属性指定相互身份验证 AuthenticationLevelYou can specify mutual authentication using the AuthenticationLevel property.

适用于