Share via


SymmetricAlgorithmInstrumentationProvider 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 symmetric crypto 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(SymmetricAlgorithmInstrumentationListener), GetType(SymmetricAlgorithmInstrumentationBinder))> _
PublicClassSymmetricAlgorithmInstrumentationProvider
[InstrumentationListenerAttribute(typeof(SymmetricAlgorithmInstrumentationListener), typeof(SymmetricAlgorithmInstrumentationBinder))]
publicclassSymmetricAlgorithmInstrumentationProvider
[InstrumentationListenerAttribute(typeof(SymmetricAlgorithmInstrumentationListener), typeof(SymmetricAlgorithmInstrumentationBinder))]
publicref classSymmetricAlgorithmInstrumentationProvider
publicclass SymmetricAlgorithmInstrumentationProvider

Remarks

The concrete instrumentation is provided by an object bound to the events of the provider. The default listener, automatically bound during construction, is SymmetricAlgorithmInstrumentationListener.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Instrumentation.SymmetricAlgorithmInstrumentationProvider

See Also

SymmetricAlgorithmInstrumentationProvider 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.