C# Класс Net.Pkcs11Interop.HighLevelAPI80.MechanismParams.CkRc2Params

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

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

Метод Описание
CkRc2Params ( ulong effectiveBits ) : Net.Pkcs11Interop.Common

Initializes a new instance of the CkRc2Params class.

ToMarshalableStructure ( ) : object

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

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

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

Initializes a new instance of the CkRc2Params class.
public CkRc2Params ( ulong effectiveBits ) : Net.Pkcs11Interop.Common
effectiveBits ulong Effective number of bits in the RC2 search space
Результат Net.Pkcs11Interop.Common

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

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