SIFWorks ADK 2.0
EncryptionLevel Class
NamespacesEdustructures.SifWorks.InfraEncryptionLevel

[This is preliminary documentation and is subject to change.]

Defines the set of values that can be specified whenever an EncryptionLevel is used as a parameter to a method or constructor.
Declaration Syntax
C#Visual BasicVisual C++
public class EncryptionLevel : SifEnum
Public Class EncryptionLevel _
	Inherits SifEnum
public ref class EncryptionLevel : public SifEnum
Members
All MembersMethodsFields



IconMemberDescription
static memberFOUR
Symmetric key length of at least 128 bits is to be used ("4")

static memberONE
Symmetric key length of at least 40 bits is to be used ("1")

static memberTHREE
Symmetric key length of at least 80 bits is to be used ("3")

static memberTWO
Symmetric key length of at least 56 bits is to be used ("2")

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

static memberZERO
No encryption required ("0")

Remarks
Alternatively, the static Wrap(String) method can be called to encapsulate any string value in an EncryptionLevel object.

Author: Generated by adkgen

Version: 2.0

Since: 1.5r1

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

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