SysadminsLV.PKI.Exceptions Namespace

Contains custom exceptions that are used within the library.

Classes

ServerUnavailableException The exception that is thrown when attempting to perform read/write operations on Certification Authority (CA) server that is offline.
UninitializedObjectException The exception that is thrown when uninitialized 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

OfflineSource Gets 'offline' exception sources enumeration.

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