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

Parameters for the CKM_CONCATENATE_BASE_AND_DATA, CKM_CONCATENATE_DATA_AND_BASE and CKM_XOR_BASE_AND_DATA mechanisms More...

Inherits Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkKeyDerivationStringData.

Public Member Functions

 CkKeyDerivationStringData (byte[] data)
 Initializes a new instance of the CkKeyDerivationStringData 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_CONCATENATE_BASE_AND_DATA, CKM_CONCATENATE_DATA_AND_BASE and CKM_XOR_BASE_AND_DATA mechanisms

Constructor & Destructor Documentation

◆ CkKeyDerivationStringData()

Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkKeyDerivationStringData.CkKeyDerivationStringData ( byte []  data)

Initializes a new instance of the CkKeyDerivationStringData class.

Parameters
dataByte string used as the input for derivation mechanism

Member Function Documentation

◆ Dispose() [1/2]

void Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkKeyDerivationStringData.Dispose ( )

Disposes object

◆ Dispose() [2/2]

virtual void Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkKeyDerivationStringData.Dispose ( bool  disposing)
protectedvirtual

Disposes object

Parameters
disposingFlag indicating whether managed resources should be disposed

◆ ToMarshalableStructure()

object Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkKeyDerivationStringData.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: