ICryptoTransform Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  System.Security.Cryptography
Assembly:  Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)

Syntax

'Declaration
Public Interface ICryptoTransform _
    Inherits IDisposable
public interface ICryptoTransform : IDisposable
public interface class ICryptoTransform : IDisposable
type ICryptoTransform =  
    interface
        interface IDisposable
    end
public interface ICryptoTransform extends IDisposable

The ICryptoTransform type exposes the following members.

Properties

  Name Description
Public property CanReuseTransform
Public property CanTransformMultipleBlocks
Public property InputBlockSize
Public property OutputBlockSize

Top

Methods

  Name Description
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method TransformBlock
Public method TransformFinalBlock

Top

See Also

Reference

System.Security.Cryptography Namespace