Gets the RSA parameters for a RSA key. May only be used for RSA public keys.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Function GetRSAParameters As RSAParameters
C#
public RSAParameters GetRSAParameters()

Return Value

RSA paramaters.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also