Click or drag to resize

PKI.Exceptions Namespace

Contains custom exceptions that are used within the library.
Classes
  ClassDescription
Public classServerUnavailableException
The exception that is thrown when attempting to perform read/write operations on Certification Authority (CA) server that is offline.
Public classUninitializedObjectException
The exception that is thrown when unitialized object is attempted to be accessed.

Usually this exception is thrown when accessing cryptography objects with null or invalid handle. Also this exception is thrown when cryptographic object is created, but not properly initialized.

Enumerations
  EnumerationDescription
Public enumerationOfflineSource
Gets 'offline' exception sources enumeration.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.