你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GenerateCertResponse interface
Used in activation key generation flow.
Properties
expiry |
Gets or sets expiry time in UTC |
private |
Gets or sets base64 encoded private part of the certificate, needed to form the activation key |
public |
Gets or sets base64 encoded certificate raw data, this is the public part needed to be uploaded to cert vault |
Property Details
expiryTimeInUTC
Gets or sets expiry time in UTC
expiryTimeInUTC?: string
Property Value
string
privateKey
Gets or sets base64 encoded private part of the certificate, needed to form the activation key
privateKey?: string
Property Value
string
publicKey
Gets or sets base64 encoded certificate raw data, this is the public part needed to be uploaded to cert vault
publicKey?: string
Property Value
string