Sdílet prostřednictvím


SymmetricSecurityKey.GetEncryptionTransform(String, Byte[]) Metoda

Definice

Při přepsání v odvozené třídě získá transformaci, která šifruje XML pomocí zadaného kryptografického algoritmu.

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

Parametry

algorithm
String

Kryptografický algoritmus, který šifruje XML.

iv
Byte[]

Pole Byte obsahující inicializační vektor (IV) pro zadaný algoritmus.

Návraty

Představuje ICryptoTransform transformaci šifrování.

Poznámky

K určení algoritmu použijte pole, která představují algoritmy dešifrování ve SecurityAlgorithms třídě .

Platí pro