Method | Description | |
---|---|---|
AesCtrCryptoTransform ( byte key, ArraySegment |
ctor
|
|
Dispose ( ) : void | ||
TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int | ||
TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] |
public AesCtrCryptoTransform ( byte key, ArraySegment |
||
key | byte | |
counterBufferSegment | ArraySegment |
|
aesFactory | Func |
|
return | System |
public TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int | ||
inputBuffer | byte | |
inputOffset | int | |
inputCount | int | |
outputBuffer | byte | |
outputOffset | int | |
return | int |
public TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[] | ||
inputBuffer | byte | |
inputOffset | int | |
inputCount | int | |
return | byte[] |