메소드 | 설명 | |
---|---|---|
CkAesCbcEncryptDataParams ( byte iv, byte data ) : System |
Initializes a new instance of the CkAesCbcEncryptDataParams 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 CkAesCbcEncryptDataParams ( byte iv, byte data ) : System | ||
iv | byte | IV value (16 bytes) |
data | byte | Data value part that must be a multiple of 16 bytes long |
리턴 | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Flag indicating whether managed resources should be disposed |
리턴 | void |