HttpWebResponse.IsMutuallyAuthenticated 属性
定义
public:
virtual property bool IsMutuallyAuthenticated { bool get(); };
public override bool IsMutuallyAuthenticated { get; }
member this.IsMutuallyAuthenticated : bool
Public Overrides ReadOnly Property IsMutuallyAuthenticated As Boolean
属性值
如果发生了相互身份验证,则为 true;否则为 false。true if mutual authentication occurred; otherwise, false.
例外
已释放当前实例。The current instance has been disposed.
注解
您可以使用属性指定相互身份验证 AuthenticationLevel 。You can specify mutual authentication using the AuthenticationLevel property.