VMware vSphere Automation SDK for .NET 7.0.0.1
|
The TlsCsr
interface provides methods to generate certificate signing request.
More...
Inherited by vmware::vcenter::certificate_management::vcenter::TlsCsrStub.
Public Member Functions | |
vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info | Create (vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec spec) |
Generates a CSR with the given Spec. | |
vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info | Create (vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Generates a CSR with the given Spec. | |
global::System.Threading.Tasks.Task < vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info > | CreateAsync (vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec spec) |
Generates a CSR with the given Spec. | |
global::System.Threading.Tasks.Task < vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info > | CreateAsync (vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Generates a CSR with the given Spec. |
The TlsCsr
interface provides methods to generate certificate signing request.
This interface was added in vSphere API 6.7.2.
vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info vmware::vcenter::certificate_management::vcenter::TlsCsr::Create | ( | vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec | spec | ) |
Generates a CSR with the given Spec.
This method was added in vSphere API 6.7.2.
vmware.vapi.std.errors.Error | If CSR could not be created for given spec for a generic error. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | The information needed to create a CSR. |
Implemented in vmware::vcenter::certificate_management::vcenter::TlsCsrStub.
vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info vmware::vcenter::certificate_management::vcenter::TlsCsr::Create | ( | vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Generates a CSR with the given Spec.
This method was added in vSphere API 6.7.2.
vmware.vapi.std.errors.Error | If CSR could not be created for given spec for a generic error. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | The information needed to create a CSR. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::certificate_management::vcenter::TlsCsrStub.
global::System.Threading.Tasks.Task<vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info> vmware::vcenter::certificate_management::vcenter::TlsCsr::CreateAsync | ( | vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec | spec | ) |
Generates a CSR with the given Spec.
This method was added in vSphere API 6.7.2.
vmware.vapi.std.errors.Error | If CSR could not be created for given spec for a generic error. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | The information needed to create a CSR. |
Implemented in vmware::vcenter::certificate_management::vcenter::TlsCsrStub.
global::System.Threading.Tasks.Task<vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info> vmware::vcenter::certificate_management::vcenter::TlsCsr::CreateAsync | ( | vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Generates a CSR with the given Spec.
This method was added in vSphere API 6.7.2.
vmware.vapi.std.errors.Error | If CSR could not be created for given spec for a generic error. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | The information needed to create a CSR. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::certificate_management::vcenter::TlsCsrStub.