JAMS Developer Guide
KeyAlgorithm Enumeration


MVPSI.JAMS Namespace : KeyAlgorithm Enumeration
Define the algorithm used to generate a key.
Syntax
'Declaration
 
Public Enum KeyAlgorithm 
   Inherits System.Enum
'Usage
 
Dim instance As KeyAlgorithm
public enum KeyAlgorithm : System.Enum 
Members
MemberDescription
DSAThe DSA algorithm
NoneThe key algorithm has not been specified.
RSAThe RSA algorithm.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.KeyAlgorithm

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MVPSI.JAMS Namespace