DefaultSecurityEventLogger 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 instrumentation gateway for the security block when no instances of the objects are involved.
Namespace: Microsoft.Practices.EnterpriseLibrary.Security.Instrumentation
Assembly: Microsoft.Practices.EnterpriseLibrary.Security (in Microsoft.Practices.EnterpriseLibrary.Security.dll)
Syntax
'Declaration
<EventLogDefinitionAttribute("Application", "Enterprise Library Security")> _
<CustomFactoryAttribute(GetType(DefaultSecurityEventLoggerCustomFactory))> _
PublicClassDefaultSecurityEventLogger _
Inherits InstrumentationListener
[EventLogDefinitionAttribute("Application", "Enterprise Library Security")]
[CustomFactoryAttribute(typeof(DefaultSecurityEventLoggerCustomFactory))]
publicclassDefaultSecurityEventLogger : InstrumentationListener
[EventLogDefinitionAttribute(L"Application", L"Enterprise Library Security")]
[CustomFactoryAttribute(typeof(DefaultSecurityEventLoggerCustomFactory))]
publicref classDefaultSecurityEventLogger : public InstrumentationListener
publicclass DefaultSecurityEventLogger extends InstrumentationListener
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentationListener
Microsoft.Practices.EnterpriseLibrary.Security.Instrumentation.DefaultSecurityEventLogger
See Also
DefaultSecurityEventLogger Members
Microsoft.Practices.EnterpriseLibrary.Security.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. |