Condividi tramite


SslClientAuthenticationOptions.AllowTlsResume Proprietà

Definizione

Ottiene o imposta un valore che indica se SslStream deve consentire la ripresa di 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

Valore della proprietà

true se l'oggetto SslStream consente la ripresa di TLS; in caso contrario, false. Il valore predefinito è true.

Si applica a