메소드 | 설명 | |
---|---|---|
CkAesCtrParams ( ulong counterBits, byte cb ) : System |
Initializes a new instance of the CkAesCtrParams class.
|
|
ToMarshalableStructure ( ) : object |
Returns managed object that can be marshaled to an unmanaged block of memory
|
public CkAesCtrParams ( ulong counterBits, byte cb ) : System | ||
counterBits | ulong | The number of bits in the counter block (cb) that shall be incremented |
cb | byte | Specifies the counter block (16 bytes) |
리턴 | System |