Creates a new instance of PublicKeyInfo based on the specified RSA parameters.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	parameters As RSAParameters _
)
C#
public PublicKeyInfo(
	RSAParameters parameters
)

Parameters

parameters
Type: System.Security.Cryptography..::..RSAParameters
RSA parameters.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also