| Microsoft Enterprise Library 5.0 |
| Cryptography Application Block Event Log Entries |
|
This topic lists the Cryptography Application Block event log entries. The listener is the class that raised the event.
Cryptographic Operation Failed Event (Symmetric Algorithm)
|
Event |
Description |
|---|---|
|
Event Name |
CryptographicOperationFailed. |
|
Message |
The error occurred using the instance instance name. |
|
Additional Information |
One of the following: The encryption operation failed. The decryption operation failed. |
|
Listener |
SymmetricAlgorithmInstrumentationListener. |
Cryptographic Operation Failed Event (Hash Algorithm)
|
Event |
Description |
|---|---|
|
Event Name |
CryptographicOperationFailed. |
|
Message |
The error occurred using the instance instance name. |
|
Additional Information |
One of the following: The hash creation failed. The hash comparison failed. |
|
Listener |
HashAlgorithmInstrumentationListener. |
Configuration Failure Event
|
Event |
Description |
|---|---|
|
Event Name |
ConfigurationFailure. |
|
Message |
The error occurred using the instance instance name. |
|
Additional Information |
One of the following: The error occurred retrieving the configuration for hash algorithm instance instance name. The error occurred retrieving the configuration for symmetric algorithm instance instance name. |
|
Listener |
DefaultCryptographyEventLogger. |