public enum ClientCertMode extends Enum<ClientCertMode>
| Enum Constant and Description |
|---|
OPTIONAL
Enum value Optional.
|
OPTIONAL_INTERACTIVE_USER
Enum value OptionalInteractiveUser.
|
REQUIRED
Enum value Required.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientCertMode |
fromString(String value)
Parses a serialized value to a ClientCertMode instance.
|
String |
toString() |
static ClientCertMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientCertMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientCertMode REQUIRED
public static final ClientCertMode OPTIONAL
public static final ClientCertMode OPTIONAL_INTERACTIVE_USER
public static ClientCertMode[] values()
public static ClientCertMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ClientCertMode fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<ClientCertMode>Copyright © 2021 Microsoft Corporation. All rights reserved.