PDFReaderControls.NET Professional Type Reference

GetWebCredentialsEventHandler Delegate

Represents the method that handles the GetWebCredentials event.

public delegate void GetWebCredentialsEventHandler(
   object sender,
   GetWebCredentialsEventArgs e
);

Parameters

sender
The sender.
e
The GetWebCredentials event arguments.

Remarks

Set the credentials in the arguments to perform authentication. To authenticate using the user running the application or the impersonated user (on ASP.NET) supply System.Net.CredentialCache.DefaultCredentials.

Requirements

Namespace: TallComponents.PDF

Assembly: TallComponents.PDF.ReaderControls (in TallComponents.PDF.ReaderControls.dll)

See Also

TallComponents.PDF Namespace