SymmetricSecurityKey.GetDecryptionTransform(String, Byte[]) Méthode

Définition

En cas de substitution dans une classe dérivée, obtient une transformation qui déchiffre le texte de chiffrement à l’aide de l’algorithme de chiffrement spécifié.

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

Paramètres

algorithm
String

Algorithme de chiffrement qui déchiffre le texte chiffré, tel que le code XML chiffré.

iv
Byte[]

Tableau contenant Byte le vecteur d’initialisation (IV) pour l’algorithme spécifié.

Retours

Qui ICryptoTransform représente la transformation de déchiffrement.

Remarques

Utilisez les champs qui représentent des algorithmes de déchiffrement dans la SecurityAlgorithms classe pour spécifier l’algorithme.

S’applique à