Decrypt
Decrypts data using the private key in this RSA instance.
Public Function Decrypt(
ByRef Rgb ( ) As Byte,
ByVal fOAEP As Boolean ) As Byte ( )
Parameters
- Rgb
-
[ByRef]
Byte.
The data to be decrypted.
- fOAEP
-
[ByVal]
Boolean.
A flag indicating if the data was padded using OAEP padding.
Return Values
Byte() - Returns the decrypted data.
See Also
Project CorLib Overview
Class RSACryptoServiceProvider Overview