|
VMware vSphere Automation SDK for .NET 6.5.0
|
The PublishInfo.AuthenticationMethod enumerated type indicates how a subscribed library should authenticate to the published library endpoint.
More...
Public Types | |
| enum | Values { _UNKNOWN, BASIC, NONE } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static AuthenticationMethod[] | GetValues () |
| static AuthenticationMethod | ValueOf (string name) |
Static Public Attributes | |
| static readonly AuthenticationMethod | BASIC = new AuthenticationMethod("BASIC", Values.BASIC) |
| Require HTTP Basic authentication matching a specified username and password. | |
| static readonly AuthenticationMethod | NONE = new AuthenticationMethod("NONE", Values.NONE) |
| Require no authentication. | |
The PublishInfo.AuthenticationMethod enumerated type indicates how a subscribed library should authenticate to the published library endpoint.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| Values vmware::content::library::PublishInfo::AuthenticationMethod::GetEnumValue | ( | ) | [inline] |
| static AuthenticationMethod [] vmware::content::library::PublishInfo::AuthenticationMethod::GetValues | ( | ) | [inline, static] |
| bool vmware::content::library::PublishInfo::AuthenticationMethod::IsUnknown | ( | ) | [inline] |
| static AuthenticationMethod vmware::content::library::PublishInfo::AuthenticationMethod::ValueOf | ( | string | name | ) | [inline, static] |
readonly AuthenticationMethod vmware::content::library::PublishInfo::AuthenticationMethod::BASIC = new AuthenticationMethod("BASIC", Values.BASIC) [static] |
Require HTTP Basic authentication matching a specified username and password.
readonly AuthenticationMethod vmware::content::library::PublishInfo::AuthenticationMethod::NONE = new AuthenticationMethod("NONE", Values.NONE) [static] |
Require no authentication.