Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |