通过


SslServerAuthenticationOptions.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

属性值

true 允许 SSL 重新协商;否则,为 false. 默认值为 false

适用于