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

Parameters for the CKM_EXTRACT_KEY_FROM_KEY mechanism
Inheritance: IMechanismParams
Afficher le fichier Open project: Pkcs11Interop/Pkcs11Interop

Méthodes publiques

Méthode Description
CkExtractParams ( uint bit ) : Net.Pkcs11Interop.Common

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 méthode

Initializes a new instance of the CkExtractParams class.
public CkExtractParams ( uint bit ) : Net.Pkcs11Interop.Common
bit uint Specifies which bit of the base key should be used as the first bit of the derived key
Résultat Net.Pkcs11Interop.Common

ToMarshalableStructure() public méthode

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