Delegate GetWebCredentialsEventHandler
Namespace TallComponents.PDF.Layout
Represents the method that handles the GetWebCredentials event.
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
.
Syntax
todo
Returns
Void
Parameters
Object sender
The sender.
GetWebCredentialsEventArgs e
The GetWebCredentials event arguments.