The PrivateKeyFile class represents a Private Key file (also known as a PVK file). It can load PVK files and associate them with their corresponding X509 certificates.

Namespace: Org.Mentalis.Security.Tools
Assembly:   Org.Mentalis.Security.Tools (in Org.Mentalis.Security.Tools)
Version: 1.0.0.0

Syntax

Visual Basic (Declaration)
Public Class PrivateKeyFile _
	Implements IDisposable
C#
public class PrivateKeyFile : IDisposable
Visual C++
public ref class PrivateKeyFile : IDisposable

Inheritance Hierarchy

System.Object
  Org.Mentalis.Security.Tools.PrivateKeyFile