Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI81.MechanismParams.CK_RC2_CBC_PARAMS Struct Reference

Structure that provides the parameters to the CKM_RC2_CBC and CKM_RC2_CBC_PAD mechanisms More...

Public Attributes

NativeULong EffectiveBits
 The effective number of bits in the RC2 search space More...
 
byte [] Iv
 The initialization vector (IV) for cipher block chaining mode More...
 

Detailed Description

Structure that provides the parameters to the CKM_RC2_CBC and CKM_RC2_CBC_PAD mechanisms

Member Data Documentation

◆ EffectiveBits

NativeULong Net.Pkcs11Interop.LowLevelAPI81.MechanismParams.CK_RC2_CBC_PARAMS.EffectiveBits

The effective number of bits in the RC2 search space

◆ Iv

byte [] Net.Pkcs11Interop.LowLevelAPI81.MechanismParams.CK_RC2_CBC_PARAMS.Iv

The initialization vector (IV) for cipher block chaining mode


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