cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Public Member Functions | Public Attributes | List of all members
cryptlib.CRYPT_OBJECT_INFO Class Reference

Public Member Functions

 CRYPT_OBJECT_INFO ()
 
 CRYPT_OBJECT_INFO (int newObjectType, int newCryptAlgo, int newCryptMode, int newHashAlgo, byte[] newSalt)
 

Public Attributes

int objectType
 
int cryptAlgo
 
int cryptMode
 
int hashAlgo
 
byte[] salt
 
int saltSize
 

Detailed Description

Definition at line 2832 of file cryptlib.cs.

Constructor & Destructor Documentation

cryptlib.CRYPT_OBJECT_INFO.CRYPT_OBJECT_INFO ( )
inline

Definition at line 2841 of file cryptlib.cs.

cryptlib.CRYPT_OBJECT_INFO.CRYPT_OBJECT_INFO ( int  newObjectType,
int  newCryptAlgo,
int  newCryptMode,
int  newHashAlgo,
byte[]  newSalt 
)
inline

Definition at line 2847 of file cryptlib.cs.

Member Data Documentation

int cryptlib.CRYPT_OBJECT_INFO.cryptAlgo

Definition at line 2835 of file cryptlib.cs.

int cryptlib.CRYPT_OBJECT_INFO.cryptMode

Definition at line 2836 of file cryptlib.cs.

int cryptlib.CRYPT_OBJECT_INFO.hashAlgo

Definition at line 2837 of file cryptlib.cs.

int cryptlib.CRYPT_OBJECT_INFO.objectType

Definition at line 2834 of file cryptlib.cs.

byte [] cryptlib.CRYPT_OBJECT_INFO.salt

Definition at line 2838 of file cryptlib.cs.

int cryptlib.CRYPT_OBJECT_INFO.saltSize

Definition at line 2839 of file cryptlib.cs.


The documentation for this class was generated from the following file: