CertificateOperation 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.
A certificate operation is returned in case of asynchronous requests.
public class CertificateOperation
type CertificateOperation = class
Public Class CertificateOperation
- Inheritance
-
CertificateOperation
Constructors
CertificateOperation() |
Initializes a new instance of the CertificateOperation class. |
CertificateOperation(String, IssuerParameters, Byte[], Nullable<Boolean>, String, String, Error, String, String) |
Initializes a new instance of the CertificateOperation class. |
Properties
CancellationRequested |
Gets or sets indicates if cancellation was requested on the certificate operation. |
CertificateOperationIdentifier |
The certificate operation identifier |
Csr |
Gets or sets the certificate signing request (CSR) that is being used in the certificate operation. |
Error |
Gets or sets error encountered, if any, during the certificate operation. |
Id |
Gets the certificate id. |
IssuerParameters |
Gets or sets parameters for the issuer of the X509 component of a certificate. |
RequestId |
Gets or sets identifier for the certificate operation. |
Status |
Gets or sets status of the certificate operation. |
StatusDetails |
Gets or sets the status details of the certificate operation. |
Target |
Gets or sets location which contains the result of the certificate operation. |
Applies to
Azure SDK for .NET