Partager via


CryptoUtilities.DecryptCipherAES(String, String) Méthode

Définition

L’algorithme AES est utilisé pour déchiffrer le cipherText donné.

public static string DecryptCipherAES (string cipherText, string sharedSecret);
static member DecryptCipherAES : string * string -> string
Public Shared Function DecryptCipherAES (cipherText As String, sharedSecret As String) As String

Paramètres

cipherText
String

Texte de chiffrement.

sharedSecret
String

Secret partagé.

Retours

Secret déchiffré dans le texte de douleur.

S’applique à