Table of Contents

Class NatsTlsOpts

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

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

Default

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

CertBundleFilePassword

Password for the PKCS#12 bundle file

ConfigureClientAuthentication

Callback to configure SslClientAuthenticationOptions

InsecureSkipVerify

When true, skip remote certificate verification and accept any server certificate

Mode

TLS mode to use during connection