Share via


Decryptor.TransformFinalBlock Method

Transforms the specified region of the specified byte array.

Namespace: Microsoft.SPOT.Cryptoki
Assembly: Microsoft.SPOT.Security.PKCS11 (in microsoft.spot.security.pkcs11.dll)

Syntax

public virtual byte [] TransformFinalBlock (
         byte[] inputBuffer,
         int inputOffset,
         int inputCount
)

Parameters

  • inputBuffer
    The input for the transform.
  • inputOffset
    The offset in the input byte array from which to begin using data.
  • inputCount
    The number of bytes in the input byte array to use as data.

Return Value

The computed transform.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

Decryptor Class
Decryptor Members
Microsoft.SPOT.Cryptoki Namespace