Exports the RSAParameters.
            
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Overrides Function ExportParameters ( _ includePrivateParameters As Boolean _ ) As RSAParameters | 
| C# | 
|---|
| public override RSAParameters ExportParameters( bool includePrivateParameters ) | 
Parameters
- includePrivateParameters
- Type: System..::..Boolean
 true to include private parameters; otherwise, false.
 
     
     
     
     
    