Imports the specified RSAParameters.

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

Syntax

Visual Basic
Public Overrides Sub ImportParameters ( _
	parameters As RSAParameters _
)
C#
public override void ImportParameters(
	RSAParameters parameters
)

Parameters

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also