Condividi tramite


JWE.Decrypt Method

Definition

Overloads

Decrypt(Byte[])
Decrypt(RSA)

Decrypt(Byte[])

public byte[] Decrypt (byte[] cek);
member this.Decrypt : byte[] -> byte[]
Public Function Decrypt (cek As Byte()) As Byte()

Parameters

cek
Byte[]

Returns

Byte[]

Applies to

Decrypt(RSA)

public byte[] Decrypt (System.Security.Cryptography.RSA private_key);
member this.Decrypt : System.Security.Cryptography.RSA -> byte[]
Public Function Decrypt (private_key As RSA) As Byte()

Parameters

private_key
RSA

Returns

Byte[]

Applies to