EcKey.DecryptAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public System.Threading.Tasks.Task<byte[]> DecryptAsync (byte[] ciphertext, byte[] iv, byte[] authenticationData = default, byte[] authenticationTag = default, string algorithm = "RSA-OAEP", System.Threading.CancellationToken token = default);
abstract member DecryptAsync : byte[] * byte[] * byte[] * byte[] * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.DecryptAsync : byte[] * byte[] * byte[] * byte[] * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Function DecryptAsync (ciphertext As Byte(), iv As Byte(), Optional authenticationData As Byte() = Nothing, Optional authenticationTag As Byte() = Nothing, Optional algorithm As String = "RSA-OAEP", Optional token As CancellationToken = Nothing) As Task(Of Byte())
Parámetros
- ciphertext
- Byte[]
- iv
- Byte[]
- authenticationData
- Byte[]
- authenticationTag
- Byte[]
- algorithm
- String
- token
- CancellationToken
Devoluciones
Implementaciones
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET