Click or drag to resize
IceVaultClientSslClientCertificates Property
The SSL client certificates to be used in HTTPS communication with the vault server.

Namespace: PDTec.IceNet.Domain.VaultClient
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public IList<X509Certificate2> SslClientCertificates { get; }

Property Value

Type: IListX509Certificate2
See Also