CertificateConfiguration interface
Certificate configuration which consist of non-trusted intermediates and root certificates.
Properties
certificate | Certificate information. |
certificate |
Certificate Password. |
encoded |
Base64 Encoded certificate. |
store |
The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations. |
Property Details
certificate
certificatePassword
Certificate Password.
certificatePassword?: string
Property Value
string
encodedCertificate
Base64 Encoded certificate.
encodedCertificate?: string
Property Value
string
storeName
The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.
storeName: string
Property Value
string