Метод | Описание | |
---|---|---|
TransformBlock ( this rijndaelmanagedtransform, Byte inputBuffer, Byte outputBuffer, |
Extends TransformBlock so that buffer offset of 0 and call to Array.Length are not needed.
|
|
TransformFinalBlock ( this rijndaelmanagedtransform, Byte inputBuffer ) : Byte[] |
Extends TransformFinalBlock so that buffer offset of 0 and call to Array.Length are not needed.
|
public static TransformBlock ( this rijndaelmanagedtransform, Byte inputBuffer, Byte outputBuffer, |
||
rijndaelmanagedtransform | this | |
inputBuffer | Byte | |
outputBuffer | Byte | |
outputOffset | ||
Результат |
public static TransformFinalBlock ( this rijndaelmanagedtransform, Byte inputBuffer ) : Byte[] | ||
rijndaelmanagedtransform | this | |
inputBuffer | Byte | |
Результат | Byte[] |