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

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

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

Метод Описание
CkRc2CbcParams ( uint effectiveBits, byte iv ) : System

Initializes a new instance of the CkRc2CbcParams class.

ToMarshalableStructure ( ) : object

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

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

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

Initializes a new instance of the CkRc2CbcParams class.
public CkRc2CbcParams ( uint effectiveBits, byte iv ) : System
effectiveBits uint The effective number of bits in the RC2 search space
iv byte The initialization vector (IV) for cipher block chaining mode
Результат System

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

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