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

Parameters for the CKM_RC2_CBC and CKM_RC2_CBC_PAD mechanisms
Inheritance: IMechanismParams
Afficher le fichier Open project: Pkcs11Interop/Pkcs11Interop

Méthodes publiques

Méthode 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 méthode

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
Résultat System

ToMarshalableStructure() public méthode

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