Loupe - Log - Monitor - Resolve
Gibraltar.Agent Namespace / DelegateApplicationUserProvider Class
Members

In This Topic
    DelegateApplicationUserProvider Class
    In This Topic
    Wraps a delegate function for mapping an IPrincipal to an ApplicationUser
    Syntax
    'Declaration
     
    
    Public Class DelegateApplicationUserProvider 
       Implements Gibraltar.Monitor.IApplicationUserProvider 
    public class DelegateApplicationUserProvider : Gibraltar.Monitor.IApplicationUserProvider  
    Remarks
    To support simple scenarios such as lambda functions, the DelegateApplicationUserProvider takes a simple function and uses it to resolve the application user.
    Inheritance Hierarchy

    System.Object
       Gibraltar.Agent.DelegateApplicationUserProvider

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also