VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for CertificateParams. More...
Public Member Functions | |
Builder () | |
Constructor with parameters for the required properties of CertificateParams. | |
Builder | SetIssuer (string issuer) |
Certificate issuer. | |
Builder | SetSubject (string subject) |
Certificate subject. | |
Builder | SetIsValid (bool?isValid) |
Is the certificate chain validated. | |
Builder | SetIsSelfSigned (bool?isSelfSigned) |
Is the certificate self-signed. | |
Builder | SetX509 (string x509) |
The X509 representation of the certificate. | |
Builder | SetType (string type) |
Unique identifier describing the type of the OVF parameters. | |
CertificateParams | Build () |
Builder class for CertificateParams.
vmware::vcenter::ovf::CertificateParams::Builder::Builder | ( | ) | [inline] |
Constructor with parameters for the required properties of CertificateParams.
CertificateParams vmware::vcenter::ovf::CertificateParams::Builder::Build | ( | ) | [inline] |
Builder vmware::vcenter::ovf::CertificateParams::Builder::SetIsSelfSigned | ( | bool? | isSelfSigned | ) | [inline] |
Is the certificate self-signed.
Builder vmware::vcenter::ovf::CertificateParams::Builder::SetIssuer | ( | string | issuer | ) | [inline] |
Certificate issuer.
For example: /C=US/ST=California/L=Palo Alto/O=VMware, Inc.
Builder vmware::vcenter::ovf::CertificateParams::Builder::SetIsValid | ( | bool? | isValid | ) | [inline] |
Is the certificate chain validated.
Builder vmware::vcenter::ovf::CertificateParams::Builder::SetSubject | ( | string | subject | ) | [inline] |
Certificate subject.
For example: /C=US/ST=Massachusetts/L=Hopkinton/O=EMC Corporation/OU=EMC Avamar/CN=EMC Corporation.
Builder vmware::vcenter::ovf::CertificateParams::Builder::SetType | ( | string | type | ) | [inline] |
Unique identifier describing the type of the OVF parameters.
The value is the name of the OVF parameters class.
Builder vmware::vcenter::ovf::CertificateParams::Builder::SetX509 | ( | string | x509 | ) | [inline] |
The X509 representation of the certificate.