RsaKey.EncryptAsync(Byte[], Byte[], Byte[], String, CancellationToken) 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<Tuple<byte[],byte[],string>> EncryptAsync (byte[] plaintext, byte[] iv = default, byte[] authenticationData = default, string algorithm = "RSA-OAEP", System.Threading.CancellationToken token = default);
abstract member EncryptAsync : byte[] * byte[] * byte[] * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[] * byte[] * string>
override this.EncryptAsync : byte[] * byte[] * byte[] * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[] * byte[] * string>
Public Function EncryptAsync (plaintext As Byte(), Optional iv As Byte() = Nothing, Optional authenticationData As Byte() = Nothing, Optional algorithm As String = "RSA-OAEP", Optional token As CancellationToken = Nothing) As Task(Of Tuple(Of Byte(), Byte(), String))
Parámetros
- plaintext
- Byte[]
- iv
- Byte[]
- authenticationData
- 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