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

Syntax

Visual Basic
<ObsoleteAttribute("This class has been deprecated and will be removed. Use PublicKeyInfo class instead.",  _
	True)> _
Public Sub New ( _
	parameters As RSAParameters _
)
C#
[ObsoleteAttribute("This class has been deprecated and will be removed. Use PublicKeyInfo class instead.", 
	true)]
public SubjectPublicKeyInfo(
	RSAParameters parameters
)

Parameters

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

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also