Property SslCertificatePath
- Namespace
- YndigoBlue.Velocity.Data
- Assembly
- YndigoBlue.Velocity.dll
SslCertificatePath
Gets or sets the path to the SSL client certificate file (PEM or PFX format).
public string SslCertificatePath { get; set; }
Property Value
Remarks
Required for mutual TLS (mTLS) authentication, where the server validates the client's identity
via a certificate in addition to the client validating the server. Leave null if client
certificates are not used.
Can also be set via SetAdvancedSettings(string) using the key SslCertificatePath.