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