CoreMX.NET Documentation
C#
Show/Hide TOC
Cryptography
Helper
Decrypt
RSA Method
Overload List
DecryptRSA(
Byte
, String, RSAEncryptionPadding)
Decrypts a byte array using the specified RSA private key.
DecryptRSA(String, String, RSAEncryptionPadding, Encoding)
Decrypts a base64 string using the specified RSA private key.
See Also
Reference
CryptographyHelper Class
CoreMX.NET.Helpers Namespace
In This Article
Overload List
See Also