SslClientAuthenticationOptions.AllowTlsResume Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob sslStream die TLS-Wiederaufnahme zulassen soll.

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

Eigenschaftswert

truewenn die SslStream TLS-Wiederaufnahme zulässt; andernfalls . false Der Standardwert ist true.

Gilt für: