Class NatsTlsOpts
Immutable options for TlsOptions, you can configure via with
operator.
These options are ignored in WebSocket connections
public sealed record NatsTlsOpts : IEquatable<NatsTlsOpts>
- Inheritance
-
NatsTlsOpts
- Implements
- Inherited Members
Fields
Properties
- CaFile
String or file path to PEM-encoded X509 CA Certificate
- CertBundleFile
File path to PKCS#12 bundle containing X509 Client Certificate and Private Key
- ConfigureClientAuthentication
Callback to configure SslClientAuthenticationOptions
- InsecureSkipVerify
When true, skip remote certificate verification and accept any server certificate
- Mode
TLS mode to use during connection