Compartilhar via


CryptoUtilities.DecryptCipherAES(String, String) Método

Definição

O algoritmo AES é usado para descriptografar o cipherText fornecido.

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

O texto de codificação.

sharedSecret
String

O segredo compartilhado.

Retornos

O segredo descriptografado em texto de dor.

Aplica-se a