Property SslKeyPath
- Namespace
- YndigoBlue.Velocity.Data
- Assembly
- YndigoBlue.Velocity.dll
SslKeyPath
Gets or sets the path to the SSL client private key file (PEM format).
public string SslKeyPath { get; set; }
Property Value
Remarks
Required alongside SslCertificatePath when using mutual TLS authentication.
The key file must correspond to the certificate specified in SslCertificatePath.
Leave null when client certificates are not used or when the key is embedded in the
certificate file (PFX/PKCS#12).
Can also be set via SetAdvancedSettings(string) using the key SslKeyPath.