DeviceProvisioningServicesCertificateResourceGenerateVerificationCodeOptions 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.
The DeviceProvisioningServicesCertificateResourceGenerateVerificationCodeOptions.
public class DeviceProvisioningServicesCertificateResourceGenerateVerificationCodeOptions
type DeviceProvisioningServicesCertificateResourceGenerateVerificationCodeOptions = class
Public Class DeviceProvisioningServicesCertificateResourceGenerateVerificationCodeOptions
- Inheritance
-
DeviceProvisioningServicesCertificateResourceGenerateVerificationCodeOptions
Constructors
DeviceProvisioningServicesCertificateResourceGenerateVerificationCodeOptions(String) |
Initializes a new instance of DeviceProvisioningServicesCertificateResourceGenerateVerificationCodeOptions. |
Properties
CertificateCommonName |
Common Name for the certificate. |
CertificateCreatedOn |
Certificate creation time. |
CertificateHasPrivateKey |
Indicates if the certificate contains private key. |
CertificateIsVerified |
Indicates if the certificate has been verified by owner of the private key. |
CertificateLastUpdatedOn |
Certificate last updated time. |
CertificateNonce |
Random number generated to indicate Proof of Possession. |
CertificatePurpose |
Description mentioning the purpose of the certificate. |
CertificateRawBytes |
Raw data of certificate. |
IfMatch |
ETag of the certificate. This is required to update an existing certificate, and ignored while creating a brand new certificate. |
Applies to
Azure SDK for .NET