SslClientAuthenticationOptions.AllowTlsResume Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of tls-hervatting door de SslStream moet worden toegestaan.

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

Waarde van eigenschap

trueals tls-hervatting SslStream is toegestaan; anders. false De standaardwaarde is true.

Van toepassing op