Specifies certificate file format.

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

Syntax

Visual Basic
Public Enumeration CertificateFormat
C#
public enum CertificateFormat

Members

Member nameDescription
Supported by the .NET Compact FrameworkDer
Binary DER encoded X.509 certificate.
Supported by the .NET Compact FrameworkBase64Der
Base-64 encoded DER X.509 certificate.
Supported by the .NET Compact FrameworkPfx
P12/PFX certificate with private key.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also