Specifies key blob format.

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

Syntax

Visual Basic
Public Enumeration AsymmetricKeyFormat
C#
public enum AsymmetricKeyFormat

Members

Member nameDescription
Supported by the .NET Compact FrameworkECPrivateKey
ECPrivateKey (defined by RFC 5915).
Supported by the .NET Compact FrameworkRawPublicKey
Raw public key data.
Supported by the .NET Compact FrameworkRawPrivateKey
Raw private key data.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also