Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / CredentialsRequiredEventArgs Class / CredentialsRequiredEventArgs Constructor

In This Topic
    CredentialsRequiredEventArgs Constructor
    In This Topic
    Create a new event data object
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal endpointUri As String, _
       ByVal repositoryId As Guid, _
       ByVal authFailed As Boolean, _
       ByVal authenticationProvider As IWebAuthenticationProvider _
    )
    public CredentialsRequiredEventArgs( 
       string endpointUri,
       Guid repositoryId,
       bool authFailed,
       IWebAuthenticationProvider authenticationProvider
    )

    Parameters

    endpointUri
    repositoryId
    authFailed
    authenticationProvider
    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