다음을 통해 공유


VerificationCodeResponseProperties interface

속성

certificate

x509 인증서 .cer 파일 또는 .pem 파일 콘텐츠의 base-64 표현입니다.

created

인증서를 만든 시간입니다.

expiry

코드 만료.

isVerified

프라이빗 키 소유자가 인증서를 확인했는지 여부를 나타냅니다.

subject

인증서 주체입니다.

thumbprint

인증서 지문입니다.

updated

인증서가 업데이트된 시간입니다.

verificationCode

확인 코드.

속성 세부 정보

certificate

x509 인증서 .cer 파일 또는 .pem 파일 콘텐츠의 base-64 표현입니다.

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