This documentation is archived and is not being maintained.
ICryptoTransform Interface
.NET Framework 1.1
Defines the basic operations of cryptographic transformations.
For a list of all members of this type, see ICryptoTransform Members.
System.IDisposable
System.Security.Cryptography.ICryptoTransform
[Visual Basic] Public Interface ICryptoTransform Inherits IDisposable [C#] public interface ICryptoTransform : IDisposable [C++] public __gc __interface ICryptoTransform : public IDisposable [JScript] public interface ICryptoTransform implements IDisposable
Classes that Implement ICryptoTransform
| Class | Description |
|---|---|
| CryptoAPITransform | Performs a cryptographic transformation of data. |
| FromBase64Transform | Converts a CryptoStream from base 64. |
| HashAlgorithm | Represents the base class from which all implementations of cryptographic hash algorithms must derive. |
| ToBase64Transform | Converts a CryptoStream to base 64. |
Remarks
Hash algorithms are an example of cryptographic transformations (HashAlgorithm).
Requirements
Namespace: System.Security.Cryptography
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
ICryptoTransform Members | System.Security.Cryptography Namespace | Cryptographic Services
Show: