Method | Description | |
---|---|---|
CkAriaCbcEncryptDataParams ( byte iv, byte data ) : System |
Initializes a new instance of the CkAriaCbcEncryptDataParams class.
|
|
Dispose ( ) : void |
Disposes object
|
|
ToMarshalableStructure ( ) : object |
Returns managed object that can be marshaled to an unmanaged block of memory
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes object
|
public CkAriaCbcEncryptDataParams ( byte iv, byte data ) : System | ||
iv | byte | IV value (16 bytes) |
data | byte | Data to encrypt |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Flag indicating whether managed resources should be disposed |
return | void |