다음을 통해 공유


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입니다.

적용 대상