C# Class Net.Pkcs11Interop.HighLevelAPI.MechanismParams.CkExtractParams

Parameters for the CKM_EXTRACT_KEY_FROM_KEY mechanism
Inheritance: IMechanismParams
Exibir arquivo Open project: Pkcs11Interop/Pkcs11Interop

Public Methods

Method Description
CkExtractParams ( ulong bit ) : System

Initializes a new instance of the CkExtractParams class.

ToMarshalableStructure ( ) : object

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

Method Details

CkExtractParams() public method

Initializes a new instance of the CkExtractParams class.
public CkExtractParams ( ulong bit ) : System
bit ulong Specifies which bit of the base key should be used as the first bit of the derived key
return System

ToMarshalableStructure() public method

Returns managed object that can be marshaled to an unmanaged block of memory
public ToMarshalableStructure ( ) : object
return object