HashAlgorithmInstrumentationProvider Class
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. |
Defines the logical events that can be instrumented for hash providers.
Namespace: Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Instrumentation
Assembly: Microsoft.Practices.EnterpriseLibrary.Security.Cryptography (in Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll)
Syntax
'Declaration
<InstrumentationListenerAttribute(GetType(HashAlgorithmInstrumentationListener), GetType(HashAlgorithmInstrumentationBinder))> _
PublicClassHashAlgorithmInstrumentationProvider
[InstrumentationListenerAttribute(typeof(HashAlgorithmInstrumentationListener), typeof(HashAlgorithmInstrumentationBinder))]
publicclassHashAlgorithmInstrumentationProvider
[InstrumentationListenerAttribute(typeof(HashAlgorithmInstrumentationListener), typeof(HashAlgorithmInstrumentationBinder))]
publicref classHashAlgorithmInstrumentationProvider
publicclass HashAlgorithmInstrumentationProvider
Remarks
The concrete instrumentation is provided by an object bound to the events of the provider. The default listener, automatically bound during construction, is HashAlgorithmInstrumentationListener.
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Instrumentation.HashAlgorithmInstrumentationProvider
See Also
HashAlgorithmInstrumentationProvider Members
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. |