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