你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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