VMware vSphere Automation SDK for .NET 7.0.0.1
|
The VerificationMode
enumerated type defines the verification modes for SSL certificates or SSH connections.
More...
Public Types | |
enum | Values { _UNKNOWN, NONE, THUMBPRINT } |
C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
bool | IsUnknown () |
Values | GetEnumValue () |
Static Public Member Functions | |
static VerificationMode[] | GetValues () |
static VerificationMode | ValueOf (string name) |
Static Public Attributes | |
static readonly VerificationMode | NONE = new VerificationMode("NONE", Values.NONE) |
No verification will be performed. | |
static readonly VerificationMode | THUMBPRINT = new VerificationMode("THUMBPRINT", Values.THUMBPRINT) |
Passed thumbprint will be used for verification. |
The VerificationMode
enumerated type defines the verification modes for SSL certificates or SSH connections.
This enumeration was added in vSphere API 6.7.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
Values vmware::vcenter::deployment::VerificationMode::GetEnumValue | ( | ) | [inline] |
static VerificationMode [] vmware::vcenter::deployment::VerificationMode::GetValues | ( | ) | [inline, static] |
bool vmware::vcenter::deployment::VerificationMode::IsUnknown | ( | ) | [inline] |
static VerificationMode vmware::vcenter::deployment::VerificationMode::ValueOf | ( | string | name | ) | [inline, static] |
readonly VerificationMode vmware::vcenter::deployment::VerificationMode::NONE = new VerificationMode("NONE", Values.NONE) [static] |
No verification will be performed.
This constant was added in vSphere API 6.7.
readonly VerificationMode vmware::vcenter::deployment::VerificationMode::THUMBPRINT = new VerificationMode("THUMBPRINT", Values.THUMBPRINT) [static] |
Passed thumbprint will be used for verification.
This constant was added in vSphere API 6.7.