次の方法で共有


SymmetricSecurityKey.GetEncryptionTransform(String, Byte[]) メソッド

定義

派生クラスでオーバーライドされた場合は、指定した暗号アルゴリズムを使用して XML を暗号化する変換を取得します。

public:
 abstract System::Security::Cryptography::ICryptoTransform ^ GetEncryptionTransform(System::String ^ algorithm, cli::array <System::Byte> ^ iv);
public abstract System.Security.Cryptography.ICryptoTransform GetEncryptionTransform (string algorithm, byte[] iv);
abstract member GetEncryptionTransform : string * byte[] -> System.Security.Cryptography.ICryptoTransform
Public MustOverride Function GetEncryptionTransform (algorithm As String, iv As Byte()) As ICryptoTransform

パラメーター

algorithm
String

XML を暗号化する暗号アルゴリズム。

iv
Byte[]

指定したアルゴリズムの初期化ベクトル (IV) を格納する Byte の配列。

戻り値

暗号化変換を表す ICryptoTransform

注釈

SecurityAlgorithms クラス内の復号化アルゴリズムを表すフィールドを使用して、アルゴリズムを指定します。

適用対象