次の方法で共有


CertificateConfiguration interface

Certificate configuration which consist of non-trusted intermediates and root certificates.

Properties

certificate

Certificate information.

certificatePassword

Certificate Password.

encodedCertificate

Base64 Encoded certificate.

storeName

The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.

Property Details

certificate

Certificate information.

certificate?: CertificateInformation

Property Value

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