Implementation of RSACryptoServiceProvider.ExportParameters (qv)

Namespace: MonoSoftware.Core.Cryptography
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public RSAParameters ExportParameters(
	bool includePrivateParameters
)
Visual Basic
Public Function ExportParameters ( 
	includePrivateParameters As Boolean
) As RSAParameters
Visual C++
public:
RSAParameters ExportParameters(
	bool includePrivateParameters
)
F#
member ExportParameters : 
        includePrivateParameters : bool -> RSAParameters 

Parameters

includePrivateParameters
Type: System..::..Boolean
Include private parameters

Return Value

Type: RSAParameters
RSA parameters

See Also