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