The GetCredentials Event is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets called just before the file is loaded to enable the client to set the appropriate network credentials.
Syntax
Event Data
The event handler receives an argument of type GetCredentialsEventArgs containing data related to this event. The following GetCredentialsEventArgs properties provide information specific to this event.
Property | Description |
---|
Credentials | Gets or sets the ICredentials object to use for file access. This member has to be set to a new instance of an ICredentials object. |
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also