Returns the public key.

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

Syntax

Visual Basic
Public MustOverride Function GetPublicKey As Byte()
C#
public abstract byte[] GetPublicKey()

Return Value

The public key.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also