Pkcs11Interop  5.1.2
Public Member Functions | Protected Member Functions | List of all members
Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkRc5CbcParams Class Reference

Parameters for the CKM_RC5_CBC and CKM_RC5_CBC_PAD mechanisms More...

Inherits Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkRc5CbcParams.

Public Member Functions

 CkRc5CbcParams (NativeULong wordsize, NativeULong rounds, byte[] iv)
 Initializes a new instance of the CkRc5CbcParams class. More...
 
object ToMarshalableStructure ()
 Returns managed object that can be marshaled to an unmanaged block of memory More...
 
void Dispose ()
 Disposes object More...
 

Protected Member Functions

virtual void Dispose (bool disposing)
 Disposes object More...
 

Detailed Description

Parameters for the CKM_RC5_CBC and CKM_RC5_CBC_PAD mechanisms

Constructor & Destructor Documentation

◆ CkRc5CbcParams()

Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkRc5CbcParams.CkRc5CbcParams ( NativeULong  wordsize,
NativeULong  rounds,
byte []  iv 
)

Initializes a new instance of the CkRc5CbcParams class.

Parameters
wordsizeWordsize of RC5 cipher in bytes
roundsNumber of rounds of RC5 encipherment
ivInitialization vector (IV) for CBC encryption

Member Function Documentation

◆ Dispose() [1/2]

void Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkRc5CbcParams.Dispose ( )

Disposes object

◆ Dispose() [2/2]

virtual void Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkRc5CbcParams.Dispose ( bool  disposing)
protectedvirtual

Disposes object

Parameters
disposingFlag indicating whether managed resources should be disposed

◆ ToMarshalableStructure()

object Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkRc5CbcParams.ToMarshalableStructure ( )

Returns managed object that can be marshaled to an unmanaged block of memory

Returns
A managed object holding the data to be marshaled. This object must be an instance of a formatted class.

Implements Net.Pkcs11Interop.HighLevelAPI.MechanismParams.IMechanismParams.


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