Share via


SslClientAuthenticationOptions.AllowTlsResume Propriété

Définition

Obtient ou définit une valeur qui indique si SslStream doit autoriser la reprise tls.

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

Valeur de propriété

true si autorise la SslStream reprise TLS ; sinon, false. La valeur par défaut est true.

S’applique à