Share via


SymmetricAlgorithmInstrumentationProvider.cyptographicOperationFailed Event

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Occurs when a cryptographic operation fails for an ISymmetricCryptoProvider.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Instrumentation
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security.Cryptography (in Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll)

Syntax

'Declaration
<InstrumentationProviderAttribute("CyptographicOperationFailed")> _
Public Event cyptographicOperationFailedAs EventHandler(Of CrytographicOperationErrorEventArgs)
[InstrumentationProviderAttribute("CyptographicOperationFailed")]
public event EventHandler<CrytographicOperationErrorEventArgs> cyptographicOperationFailed
[InstrumentationProviderAttribute(L"CyptographicOperationFailed")]
public:
 event EventHandler<CrytographicOperationErrorEventArgs^>^ cyptographicOperationFailed {
    voidadd (EventHandler<CrytographicOperationErrorEventArgs^>^ value);
    voidremove (EventHandler<CrytographicOperationErrorEventArgs^>^ value);
}
JScript does not support events.

See Also

SymmetricAlgorithmInstrumentationProvider Class

Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Instrumentation Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.