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

Parameters for the CKM_CAMELLIA_CTR mechanism More...

Inherits Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkCamelliaCtrParams.

Public Member Functions

 CkCamelliaCtrParams (NativeULong counterBits, byte[] cb)
 Initializes a new instance of the CkCamelliaCtrParams 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_CAMELLIA_CTR mechanism

Constructor & Destructor Documentation

◆ CkCamelliaCtrParams()

Net.Pkcs11Interop.HighLevelAPI80.MechanismParams.CkCamelliaCtrParams.CkCamelliaCtrParams ( NativeULong  counterBits,
byte []  cb 
)

Initializes a new instance of the CkCamelliaCtrParams class.

Parameters
counterBitsThe number of bits in the counter block (cb) that shall be incremented
cbSpecifies the counter block (16 bytes)

Member Function Documentation

◆ Dispose() [1/2]

void Net.Pkcs11Interop.HighLevelAPI80.MechanismParams.CkCamelliaCtrParams.Dispose ( )

Disposes object

◆ Dispose() [2/2]

virtual void Net.Pkcs11Interop.HighLevelAPI80.MechanismParams.CkCamelliaCtrParams.Dispose ( bool  disposing)
protectedvirtual

Disposes object

Parameters
disposingFlag indicating whether managed resources should be disposed

◆ ToMarshalableStructure()

object Net.Pkcs11Interop.HighLevelAPI80.MechanismParams.CkCamelliaCtrParams.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: