SslClientAuthenticationOptions.AllowRenegotiation 属性

定义

获取或设置一个值,该值指示是否 SslStream 应允许重新协商 SSL。

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

属性值

如果指示 允许重新协商 SSL,则为 。 默认值为 true

适用于