SIFWorks ADK 2.0
PasswordAlgorithm Class
NamespacesEdustructures.SifWorks.InfraPasswordAlgorithm

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

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



IconMemberDescription
static memberAES
AES ("AES")

static memberBASE64
base64 ("base64")

static memberDES
DES ("DES")

static memberMD5
MD5 ("MD5")

static memberRC2
RC2 ("RC2")

static memberRSA
RSA ("RSA")

static memberSHA1
SHA1 ("SHA1")

static memberTRIPLEDES
TripleDES ("TripleDES")

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

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

Author: Generated by adkgen

Version: 2.0

Since: 1.5r1

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

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