ServiceCertificateCreateParameters 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.
Parameters supplied to the Create Service Certificate operation.
public class ServiceCertificateCreateParameters
type ServiceCertificateCreateParameters = class
Public Class ServiceCertificateCreateParameters
- Inheritance
-
ServiceCertificateCreateParameters
Constructors
ServiceCertificateCreateParameters() |
Initializes a new instance of the ServiceCertificateCreateParameters class. |
ServiceCertificateCreateParameters(Byte[], CertificateFormat) |
Initializes a new instance of the ServiceCertificateCreateParameters class with required arguments. |
Properties
CertificateFormat |
Required. The service certificate format. Azure supports the pfx and cer file formats. |
Data |
Required. The pfx or cer file. |
Password |
Optional. The password for a pfx certificate. A cer certificate does not require a password. |