ICryptoTransform Methods
Collapse the table of content
Expand the table of content

ICryptoTransform Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The ICryptoTransform type exposes the following members.

  NameDescription
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method TransformBlock Transforms the specified region of the input byte array and copies the resulting transform to the specified region of the output byte array.
Public method TransformFinalBlock Transforms the specified region of the specified byte array.
Top

Show:
© 2017 Microsoft