Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An ICallHandler that checks the Security Application Block for authorization before permitting the call to proceed to the target.
Namespace: Microsoft.Practices.EnterpriseLibrary.Security.PolicyInjection
Assembly: Microsoft.Practices.EnterpriseLibrary.Security (in Microsoft.Practices.EnterpriseLibrary.Security.dll)
Syntax
'Declaration
<ConfigurationElementTypeAttribute(GetType(AuthorizationCallHandlerData))> _
Public Class AuthorizationCallHandler _
Implements ICallHandler
[ConfigurationElementTypeAttribute(typeof(AuthorizationCallHandlerData))]
public class AuthorizationCallHandler : ICallHandler
[ConfigurationElementTypeAttribute(typeof(AuthorizationCallHandlerData))]
public ref class AuthorizationCallHandler : ICallHandler
public class AuthorizationCallHandler implements ICallHandler
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Security.PolicyInjection.AuthorizationCallHandler
See Also
AuthorizationCallHandler Members
Microsoft.Practices.EnterpriseLibrary.Security.PolicyInjection Namespace