AuthorizationProviderInstrumentationProvider.authorizationCheckPerformed 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 authorization is verified by the AuthorizationProvider.

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

Syntax

'Declaration
<InstrumentationProviderAttribute("AuthorizationCheckPerformed")> _
Public Event authorizationCheckPerformedAs EventHandler(Of AuthorizationOperationEventArgs)
[InstrumentationProviderAttribute("AuthorizationCheckPerformed")]
public event EventHandler<AuthorizationOperationEventArgs> authorizationCheckPerformed
[InstrumentationProviderAttribute(L"AuthorizationCheckPerformed")]
public:
 event EventHandler<AuthorizationOperationEventArgs^>^ authorizationCheckPerformed {
    voidadd (EventHandler<AuthorizationOperationEventArgs^>^ value);
    voidremove (EventHandler<AuthorizationOperationEventArgs^>^ value);
}
JScript does not support events.

See Also

AuthorizationProviderInstrumentationProvider Class

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.