C# Класс Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkRc5MacGeneralParams

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

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

Метод Описание
CkRc5MacGeneralParams ( uint wordsize, uint rounds, uint macLength ) : Net.Pkcs11Interop.Common

Initializes a new instance of the CkRc5MacGeneralParams class.

ToMarshalableStructure ( ) : object

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

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

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

Initializes a new instance of the CkRc5MacGeneralParams class.
public CkRc5MacGeneralParams ( uint wordsize, uint rounds, uint macLength ) : Net.Pkcs11Interop.Common
wordsize uint Wordsize of RC5 cipher in bytes
rounds uint Number of rounds of RC5 encipherment
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