Share via


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

The latest Enterprise Library information can be found at the Enterprise Library site.

Defines the logical events that can be instrumented for the Cryptography Application Block's CryptographyManagerImpl.

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

Syntax

'Declaration
<InstrumentationListenerAttribute(GetType(DefaultCryptographyEventLogger))> _
Public Class DefaultCryptographyInstrumentationProvider
[InstrumentationListenerAttribute(typeof(DefaultCryptographyEventLogger))]
public class DefaultCryptographyInstrumentationProvider
[InstrumentationListenerAttribute(typeof(DefaultCryptographyEventLogger))]
public ref class DefaultCryptographyInstrumentationProvider
public class DefaultCryptographyInstrumentationProvider

Remarks

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

Inheritance Hierarchy

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

See Also

DefaultCryptographyInstrumentationProvider Members

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