Tls12Server.this
this
(RecordLayer recordLayer, TlsVerifyMode verifyMode,
TlsVerifyCallback verifyCallback, string[] alpnProtocols,
ubyte[][] certChainDer, string certChainPem, string privateKeyPem)Constructs a TLS 1.2 server handshake engine.
Parameters
recordLayer | The record layer for reading/writing TLS records. |
verifyMode | Client certificate verification mode. |
verifyCallback | Optional custom verification callback. |
alpnProtocols | ALPN protocol names the server supports. |
certChainDer | Server certificate chain in DER format (leaf first). |
certChainPem | Server certificate chain in PEM format. |
privateKeyPem | Server private key in PEM format. |