SymmetricAlgorithmInstrumentationProvider.symmetricEncryptionPerformed 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 an encryption operation is performed by 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("SymmetricEncryptionPerformed")> _
Public Event symmetricEncryptionPerformedAs EventHandler(Of EventArgs)
[InstrumentationProviderAttribute("SymmetricEncryptionPerformed")]
public event EventHandler<EventArgs> symmetricEncryptionPerformed
[InstrumentationProviderAttribute(L"SymmetricEncryptionPerformed")]
public:
event EventHandler<EventArgs^>^ symmetricEncryptionPerformed {
voidadd (EventHandler<EventArgs^>^ value);
voidremove (EventHandler<EventArgs^>^ 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. |