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

Parameters for the CKM_RC2_CBC and CKM_RC2_CBC_PAD mechanisms
Inheritance: IMechanismParams
ファイルを表示 Open project: Pkcs11Interop/Pkcs11Interop

Public Methods

Method Description
CkRc2CbcParams ( ulong 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

Method Details

CkRc2CbcParams() public method

Initializes a new instance of the CkRc2CbcParams class.
public CkRc2CbcParams ( ulong effectiveBits, byte iv ) : System
effectiveBits ulong The effective number of bits in the RC2 search space
iv byte The initialization vector (IV) for cipher block chaining mode
return System

ToMarshalableStructure() public method

Returns managed object that can be marshaled to an unmanaged block of memory
public ToMarshalableStructure ( ) : object
return object