CertificateUpdateParameters 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 certificate update parameters.
public class CertificateUpdateParameters
type CertificateUpdateParameters = class
Public Class CertificateUpdateParameters
- Inheritance
-
CertificateUpdateParameters
Constructors
CertificateUpdateParameters() |
Initializes a new instance of the CertificateUpdateParameters class. |
CertificateUpdateParameters(CertificatePolicy, CertificateAttributes, IDictionary<String,String>) |
Initializes a new instance of the CertificateUpdateParameters class. |
Properties
CertificateAttributes |
Gets or sets the attributes of the certificate (optional). |
CertificatePolicy |
Gets or sets the management policy for the certificate. |
Tags |
Gets or sets application specific metadata in the form of key-value pairs. |
Methods
Validate() |
Validate the object. |