Tls13Client.this
this
(RecordLayer recordLayer, string serverName,
TlsVerifyMode verifyMode, TlsVerifyCallback verifyCallback,
string[] alpnProtocols, NativeTlsTrustStore trustStore = null)Constructs a TLS 1.3 client handshake engine.
Parameters
recordLayer | The record layer for reading/writing TLS records. |
serverName | The SNI hostname. |
verifyMode | Certificate verification mode. |
verifyCallback | Optional custom verification callback. |
alpnProtocols | ALPN protocol names in preference order. |
trustStore | Trust store for certificate validation. |