PKI.Exceptions Namespace |
Class | Description | |
---|---|---|
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 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. |
Enumeration | Description | |
---|---|---|
OfflineSource |
Gets 'offline' exception sources enumeration.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values. |