CertificateOperationProperties 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.
Properties pertaining to the status of a certificate operation.
public class CertificateOperationProperties
type CertificateOperationProperties = class
Public Class CertificateOperationProperties
- Inheritance
-
CertificateOperationProperties
Properties
CancellationRequested |
Gets a value indicating whether a cancellation has been requested for the operation. |
CertificateTransparency |
Gets a value indicating whether the certificate will be published to the certificate transparency list when created. |
CertificateType |
Gets the type of the certificate to create. |
Csr |
Gets the certificate signing request (CSR) that is being used in the certificate operation. |
Error |
Gets any errors encountered during the processing of the certificate operation. |
Id |
Gets the identifier of the certificate operation. |
IssuerName |
Gets the name of the CertificateIssuer for the certificate to create. |
Name |
Gets the name of the certificate to which the operation applies. |
RequestId |
Gets the request identifier of the certificate operation. |
Status |
Gets the current status of the operation. |
StatusDetails |
Gets extended details on the status of the operation. |
Target |
Gets the location which will contain the result of the certificate operation. |
VaultUri |
Gets the Uri of the vault executing the certificate operation. |
Applies to
Azure SDK for .NET