[This is preliminary documentation and is subject to change.]
Defines the set of values that can be specified whenever an AuthenticationLevel
is used as a parameter to a method or constructor.
| All Members | Methods | Fields | |||
| Icon | Member | Description |
|---|---|---|
| ONE | A valid certificate must be presented. ("1") | |
| THREE | A valid certificate from a trusted certificate authority must be presented and the CN field of the certificate's Subject entry must match the host sending the certificate. ("3") | |
| TWO | A valid certificate from a trusted certificate authority must be presented. ("2") | |
| Wrap(String) | Wrap an arbitrary string value in an AuthenticationLevel object. | |
| ZERO | No authentication required and a valid certificate does not need to be presented. ("0") |
Alternatively, the static
Wrap(String) method can be called to encapsulate any string value in
an AuthenticationLevel object.
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | |||||
| SifSimpleType | |||||
| AdkDataType<(Of <String>)> | |||||
| SifString | |||||
| SifEnum | |||||
| AuthenticationLevel | |||||