次の方法で共有


SymmetricAlgorithm.CreateDecryptor メソッド ()

現在の Key および初期化ベクタ (IV) を使用して、対称復号化オブジェクトを作成します。

Overloads Public Overridable Function CreateDecryptor() As ICryptoTransform
[C#]
public virtual ICryptoTransform CreateDecryptor();
[C++]
public: virtual ICryptoTransform* CreateDecryptor();
[JScript]
public function CreateDecryptor() : ICryptoTransform;

戻り値

対称復号化オブジェクト。

解説

このメソッドは、同じ署名を指定した CreateEncryptor のオーバーロードで作成された暗号化メッセージを復号化します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

SymmetricAlgorithm クラス | SymmetricAlgorithm メンバ | System.Security.Cryptography 名前空間 | SymmetricAlgorithm.CreateDecryptor オーバーロードの一覧 | 暗号サービス