TdeCertificateProperties interface
Properties of a TDE certificate.
Properties
| cert |
The certificate password. |
| private |
The base64 encoded certificate private blob. |
Property Details
certPassword
The certificate password.
certPassword?: string
Property Value
string
privateBlob
The base64 encoded certificate private blob.
privateBlob: string
Property Value
string