2 references to DecryptKey
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (2)
95return DecryptKey(privateKey, encryptionPadding, encryptedKey, out exception); 102return DecryptKey(rsa, encryptionPadding, encryptedKey, out exception);