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

Parameters for the CKM_RC2_ECB and CKM_RC2_MAC mechanisms More...

Inherits Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkRc2Params.

Public Member Functions

 CkRc2Params (NativeULong effectiveBits)
 Initializes a new instance of the CkRc2Params 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_RC2_ECB and CKM_RC2_MAC mechanisms

Constructor & Destructor Documentation

◆ CkRc2Params()

Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkRc2Params.CkRc2Params ( NativeULong  effectiveBits)

Initializes a new instance of the CkRc2Params class.

Parameters
effectiveBitsEffective number of bits in the RC2 search space

Member Function Documentation

◆ Dispose() [1/2]

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

Disposes object

◆ Dispose() [2/2]

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

Disposes object

Parameters
disposingFlag indicating whether managed resources should be disposed

◆ ToMarshalableStructure()

object Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkRc2Params.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: