SIFWorks ADK 2.0
AuthenticationLevel Class
NamespacesEdustructures.SifWorks.InfraAuthenticationLevel

[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.
Declaration Syntax
C#Visual BasicVisual C++
public class AuthenticationLevel : SifEnum
Public Class AuthenticationLevel _
	Inherits SifEnum
public ref class AuthenticationLevel : public SifEnum
Members
All MembersMethodsFields



IconMemberDescription
static memberONE
A valid certificate must be presented. ("1")

static memberTHREE
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")

static memberTWO
A valid certificate from a trusted certificate authority must be presented. ("2")

static memberWrap(String)
Wrap an arbitrary string value in an AuthenticationLevel object.

static memberZERO
No authentication required and a valid certificate does not need to be presented. ("0")

Remarks
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

Inheritance Hierarchy
Object
SifSimpleType
 AdkDataType<(Of <String>)>
  SifString
   SifEnum
    AuthenticationLevel

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10