VerificationCodeResponseProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class VerificationCodeResponseProperties
type VerificationCodeResponseProperties = class
Public Class VerificationCodeResponseProperties
- Inheritance
-
VerificationCodeResponseProperties
Constructors
VerificationCodeResponseProperties() |
Initializes a new instance of the VerificationCodeResponseProperties class. |
VerificationCodeResponseProperties(String, String, String, String, Nullable<Boolean>, Byte[], String, String) |
Initializes a new instance of the VerificationCodeResponseProperties class. |
Properties
Certificate |
Gets or sets base-64 representation of X509 certificate .cer file or just .pem file content. |
Created |
Gets or sets certificate created time. |
Expiry |
Gets or sets code expiry. |
IsVerified |
Gets or sets indicate if the certificate is verified by owner of private key. |
Subject |
Gets or sets certificate subject. |
Thumbprint |
Gets or sets certificate thumbprint. |
Updated |
Gets or sets certificate updated time. |
VerificationCode |
Gets or sets verification code. |