共用方式為


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[]

Byte 陣列,其中包含指定之演算法的初始化向量 (IV)。

傳回

表示加密轉換的 ICryptoTransform

備註

使用表示在 SecurityAlgorithms 類別中之解密演算法的欄位來指定此演算法。

適用於