This documentation is archived and is not being maintained.
CryptoAPITransform Class
.NET Framework 1.1
Performs a cryptographic transformation of data.
For a list of all members of this type, see CryptoAPITransform Members.
System.Object
System.Security.Cryptography.CryptoAPITransform
[Visual Basic] NotInheritable Public Class CryptoAPITransform Implements ICryptoTransform, IDisposable [C#] public sealed class CryptoAPITransform : ICryptoTransform, IDisposable [C++] public __gc __sealed class CryptoAPITransform : public ICryptoTransform, IDisposable [JScript] public class CryptoAPITransform implements ICryptoTransform, IDisposable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
CryptoAPITransform Members | System.Security.Cryptography Namespace | Cryptographic Services
Show: