Compartir a través de


CryptoUtilities.DecryptCipherAES(String, String) Método

Definición

El algoritmo AES se usa para descifrar el texto cifrado especificado.

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

Parámetros

cipherText
String

Texto cifrado.

sharedSecret
String

Secreto compartido.

Devoluciones

Secreto descifrado en texto doloroso.

Se aplica a