Pkcs11Interop
4.1.0
|
Parameters for the CKM_EXTRACT_KEY_FROM_KEY mechanism More...
Inherits Net.Pkcs11Interop.Common.IMechanismParams.
Public Member Functions | |
CkExtractParams (ulong bit) | |
Initializes a new instance of the CkExtractParams class. More... | |
object | ToMarshalableStructure () |
Returns managed object that can be marshaled to an unmanaged block of memory More... | |
Parameters for the CKM_EXTRACT_KEY_FROM_KEY mechanism
Net.Pkcs11Interop.HighLevelAPI.MechanismParams.CkExtractParams.CkExtractParams | ( | ulong | bit | ) |
Initializes a new instance of the CkExtractParams class.
bit | Specifies which bit of the base key should be used as the first bit of the derived key |
object Net.Pkcs11Interop.HighLevelAPI.MechanismParams.CkExtractParams.ToMarshalableStructure | ( | ) |
Returns managed object that can be marshaled to an unmanaged block of memory
Implements Net.Pkcs11Interop.Common.IMechanismParams.