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

Syntax

Visual Basic
<ObsoleteAttribute("The GetPublicKey method has been deprecated. Please use ToBytes() method instead.",  _
	False)> _
Public Function GetPublicKey As Byte()
C#
[ObsoleteAttribute("The GetPublicKey method has been deprecated. Please use ToBytes() method instead.", 
	false)]
public byte[] GetPublicKey()

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also