InMemorySymmetricSecurityKey.GetEncryptionTransform(String, Byte[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した暗号アルゴリズムを使用して XML を暗号化する変換を取得します。
public:
override System::Security::Cryptography::ICryptoTransform ^ GetEncryptionTransform(System::String ^ algorithm, cli::array <System::Byte> ^ iv);
public override System.Security.Cryptography.ICryptoTransform GetEncryptionTransform (string algorithm, byte[] iv);
override this.GetEncryptionTransform : string * byte[] -> System.Security.Cryptography.ICryptoTransform
Public Overrides Function GetEncryptionTransform (algorithm As String, iv As Byte()) As ICryptoTransform
パラメーター
- algorithm
- String
XML を暗号化する暗号アルゴリズム。
戻り値
暗号化変換を表す ICryptoTransform。
例外
algorithm
がサポートされていません。 サポートされるアルゴリズムは、TripleDesEncryption、Aes128Encryption、Aes192Encryption、および Aes256Encryption です。
注釈
SecurityAlgorithms クラス内の暗号アルゴリズムを表すフィールドを使用してこのアルゴリズムを指定します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET