CryptoCertificateEntity interface
密碼編譯憑證中實體 (辨別名稱) 的相關信息。
屬性
common |
憑證實體的一般名稱。 |
country | 憑證實體的國家/地區代碼。 |
organization | 憑證實體的組織。 |
organizational |
憑證實體的組織單位。 |
state | 憑證實體的地理州或省。 |
屬性詳細資料
commonName
憑證實體的一般名稱。
commonName?: string
屬性值
string
country
憑證實體的國家/地區代碼。
country?: string
屬性值
string
organization
憑證實體的組織。
organization?: string
屬性值
string
organizationalUnit
憑證實體的組織單位。
organizationalUnit?: string
屬性值
string
state
憑證實體的地理州或省。
state?: string
屬性值
string