Метод | Описание | |
---|---|---|
CkRc5CbcParams ( uint wordsize, uint rounds, byte iv ) : System |
Initializes a new instance of the CkRc5CbcParams class.
|
|
Dispose ( ) : void |
Disposes object
|
|
ToMarshalableStructure ( ) : object |
Returns managed object that can be marshaled to an unmanaged block of memory
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes object
|
public CkRc5CbcParams ( uint wordsize, uint rounds, byte iv ) : System | ||
wordsize | uint | Wordsize of RC5 cipher in bytes |
rounds | uint | Number of rounds of RC5 encipherment |
iv | byte | Initialization vector (IV) for CBC encryption |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Flag indicating whether managed resources should be disposed |
Результат | void |
public ToMarshalableStructure ( ) : object | ||
Результат | object |