RSA: ExportParameters |
Exports the RSA key in an RSAParameters object.
Public Function ExportParameters( ByVal IncludePrivateParameters As Boolean ) As RSAParameters
If the private portion is included, then another instance of an RSA implementation can use the key to encrypt values, otherwise, only enough information to decrypt is provided.