Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_DES_CBC_ENCRYPT_DATA_PARAMS Struct Reference

Structure that provides the parameters to the CKM_DES_CBC_ENCRYPT_DATA and CKM_DES3_CBC_ENCRYPT_DATA mechanisms More...

Public Attributes

byte [] Iv
 IV value More...
 
IntPtr Data
 Data value part that must be a multiple of 8 bytes long More...
 
NativeULong Length
 Length of data in bytes More...
 

Detailed Description

Structure that provides the parameters to the CKM_DES_CBC_ENCRYPT_DATA and CKM_DES3_CBC_ENCRYPT_DATA mechanisms

Member Data Documentation

◆ Data

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_DES_CBC_ENCRYPT_DATA_PARAMS.Data

Data value part that must be a multiple of 8 bytes long

◆ Iv

byte [] Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_DES_CBC_ENCRYPT_DATA_PARAMS.Iv

IV value

◆ Length

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_DES_CBC_ENCRYPT_DATA_PARAMS.Length

Length of data in bytes


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