你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FileEncryptionTransform.TransformFinalBlock(Byte[], Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
转换指定字节数组的指定区域。
public byte[] TransformFinalBlock (byte[] inputBuffer, int inputOffset, int inputCount);
abstract member TransformFinalBlock : byte[] * int * int -> byte[]
override this.TransformFinalBlock : byte[] * int * int -> byte[]
Public Function TransformFinalBlock (inputBuffer As Byte(), inputOffset As Integer, inputCount As Integer) As Byte()
参数
- inputBuffer
- Byte[]
要为其计算转换的输入。
- inputOffset
- Int32
字节数组中的偏移量,从该位置开始使用数据。
- inputCount
- Int32
字节数组中用作数据的字节数。
返回
Byte[]
计算所得的转换。