C# Класс Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkRc2MacGeneralParams

Parameters for the CKM_RC2_MAC_GENERAL mechanism
Наследование: IMechanismParams
Показать файл Открыть проект

Открытые методы

Метод Описание
CkRc2MacGeneralParams ( uint effectiveBits, uint 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

Описание методов

CkRc2MacGeneralParams() публичный Метод

Initializes a new instance of the CkRc2MacGeneralParams class.
public CkRc2MacGeneralParams ( uint effectiveBits, uint macLength ) : Net.Pkcs11Interop.Common
effectiveBits uint The effective number of bits in the RC2 search space
macLength uint Length of the MAC produced, in bytes
Результат Net.Pkcs11Interop.Common

ToMarshalableStructure() публичный Метод

Returns managed object that can be marshaled to an unmanaged block of memory
public ToMarshalableStructure ( ) : object
Результат object