Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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 | |
---|---|---|
![]() |
CanReuseTransform | |
![]() |
CanTransformMultipleBlocks | |
![]() |
InputBlockSize | |
![]() |
OutputBlockSize |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() |
TransformBlock | |
![]() |
TransformFinalBlock |
Top