Represents the method that handles the GetWebCredentials event.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public delegate void GetWebCredentialsEventHandler( Object sender, GetWebCredentialsEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub GetWebCredentialsEventHandler ( _ sender As Object, _ e As GetWebCredentialsEventArgs _ ) |
Parameters
- sender
- Type: System..::..Object
The sender.
- e
- Type: TallComponents.PDF..::..GetWebCredentialsEventArgs
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.