2 references to Decrypt
System.Security.Cryptography (2)
System\Security\Cryptography\RSA.cs (1)
292/// <seealso cref="Decrypt(ReadOnlySpan{byte}, RSAEncryptionPadding)" />
System\Security\Cryptography\RSABCrypt.cs (1)
137return Decrypt(new ReadOnlySpan<byte>(data), padding);