TdeCertificateProperties interface
TDE证书的属性。
属性
| cert |
证书密码。 |
| private |
base64 编码的证书私有 blob。 |
属性详细信息
certPassword
证书密码。
certPassword?: string
属性值
string
privateBlob
base64 编码的证书私有 blob。
privateBlob: string
属性值
string