DESCryptoServiceProvider.CreateDecryptor メソッド
対称 DES (Data Encryption Standard) 復号化オブジェクトを作成します。
オーバーロードの一覧
指定した Key および初期化ベクタ (IV) を使用して、対称 DES (Data Encryption Standard) 復号化オブジェクトを作成します。
[Visual Basic] Overloads Overrides Public Function CreateDecryptor(Byte(), Byte()) As ICryptoTransform
[C#] public override ICryptoTransform CreateDecryptor(byte[], byte[]);
[C++] public: ICryptoTransform* CreateDecryptor(unsigned char __gc[], unsigned char __gc[]);
[JScript] public override function CreateDecryptor(Byte[], Byte[]) : ICryptoTransform;
SymmetricAlgorithm から継承されます。
[Visual Basic] Overloads Public Overridable Function CreateDecryptor() As ICryptoTransform
[JScript] public function CreateDecryptor() : ICryptoTransform;
参照
DESCryptoServiceProvider クラス | DESCryptoServiceProvider メンバ | System.Security.Cryptography 名前空間