Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SEED_CBC_ENCRYPT_DATA_PARAMS Struct Reference

Structure that provides the parameters to the CKM_SEED_CBC_ENCRYPT_DATA mechanism More...

Public Attributes

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

Detailed Description

Structure that provides the parameters to the CKM_SEED_CBC_ENCRYPT_DATA mechanism

Member Data Documentation

◆ Data

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SEED_CBC_ENCRYPT_DATA_PARAMS.Data

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

◆ Iv

byte [] Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SEED_CBC_ENCRYPT_DATA_PARAMS.Iv

IV value

◆ Length

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SEED_CBC_ENCRYPT_DATA_PARAMS.Length

Length of data in bytes


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