SslClientAuthenticationOptions.AllowRenegotiation Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die SslStream SSL-Neuverhandlung zugelassen werden soll.

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

Eigenschaftswert

true um anzugeben, dass die SslStream SSL-Neuverhandlung zulässt; andernfalls false. Der Standardwert ist true.

Gilt für: