SslClientAuthenticationOptions.AllowTlsResume プロパティ

定義

SslStream で 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

プロパティ値

trueSslStream TLS の再開が許可されている場合は 。それ以外の場合 falseは 。 既定値は true です。

適用対象