Returns the RSA parameters of certificate's public key.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

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

Return Value

The RSA parameters of certificate's public key.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also