DESCryptoServiceProvider Constructor
.NET Framework 1.1
Initializes a new instance of the DESCryptoServiceProvider class.
[Visual Basic] Public Sub New() [C#] public DESCryptoServiceProvider(); [C++] public: DESCryptoServiceProvider(); [JScript] public function DESCryptoServiceProvider();
Exceptions
| Exception Type | Condition |
|---|---|
| CryptographicException | The Data Encryption Standard (DES) cryptographic service provider is not available. |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
DESCryptoServiceProvider Class | DESCryptoServiceProvider Members | System.Security.Cryptography Namespace | Cryptographic Services