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

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.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