C# Class Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkRc2MacGeneralParams

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

Méthodes publiques

Méthode Description
CkRc2MacGeneralParams ( ulong effectiveBits, ulong macLength ) : Net.Pkcs11Interop.Common

Initializes a new instance of the CkRc2MacGeneralParams class.

ToMarshalableStructure ( ) : object

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

Method Details

CkRc2MacGeneralParams() public méthode

Initializes a new instance of the CkRc2MacGeneralParams class.
public CkRc2MacGeneralParams ( ulong effectiveBits, ulong macLength ) : Net.Pkcs11Interop.Common
effectiveBits ulong The effective number of bits in the RC2 search space
macLength ulong Length of the MAC produced, in bytes
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