ClientCertificateRequestType enum
Controls the client certificate verification policy on the server.
Values
- dontRequestClientCertificate → const ClientCertificateRequestType
-
Do not request a client certificate.
- requestButDontVerify → const ClientCertificateRequestType
-
Request a client certificate, but do not verify it.
- requestAndRequireAndVerify → const ClientCertificateRequestType
-
Request and require a client certificate and verify it against the root CAs.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ClientCertificateRequestType> - A constant List of the values in this enum, in order of their declaration.