共用方式為


KeyVaultCertificate interface

介面,表示沒有憑證原則的憑證

屬性

cer

x509 憑證的 CER 內容。

id

憑證標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

keyId

索引鍵標識碼。注意:此屬性將不會串行化。它只能由伺服器填入。

name

憑證的名稱。

properties

憑證的屬性

secretId

秘密標識碼。注意:此屬性將不會串行化。它只能由伺服器填入。

屬性詳細資料

cer

x509 憑證的 CER 內容。

cer?: Uint8Array

屬性值

Uint8Array

id

憑證標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

keyId

索引鍵標識碼。注意:此屬性將不會串行化。它只能由伺服器填入。

keyId?: string

屬性值

string

name

憑證的名稱。

name: string

屬性值

string

properties

憑證的屬性

properties: CertificateProperties

屬性值

secretId

秘密標識碼。注意:此屬性將不會串行化。它只能由伺服器填入。

secretId?: string

屬性值

string