VerificationCodeResponseProperties interface
属性
| certificate | x509 证书的 base-64 表示形式.cer文件或仅 .pem 文件内容。 |
| created | 证书创建时间。 |
| expiry | 代码过期。 |
| is |
指示证书是否由私钥的所有者验证。 |
| subject | 证书使用者。 |
| thumbprint | 证书指纹。 |
| updated | 证书更新时间。 |
| verification |
验证码。 |
属性详细信息
certificate
x509 证书的 base-64 表示形式.cer文件或仅 .pem 文件内容。
certificate?: Uint8Array
属性值
Uint8Array
created
证书创建时间。
created?: string
属性值
string
expiry
代码过期。
expiry?: string
属性值
string
isVerified
指示证书是否由私钥的所有者验证。
isVerified?: boolean
属性值
boolean
subject
证书使用者。
subject?: string
属性值
string
thumbprint
证书指纹。
thumbprint?: string
属性值
string
updated
证书更新时间。
updated?: string
属性值
string
verificationCode
验证码。
verificationCode?: string
属性值
string