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