[]
Provides data for LocateCredentials event.
public sealed class LocateCredentialsEventArgs : EventArgs
Name | Description |
---|---|
LocateCredentialsEventArgs(object, string, string, string) | Initializes new instance of LocateCredentialsEventArgs class. |
Name | Description |
---|---|
DataSource | Gets the data source to locate credentials for. |
Name | Gets the name of the datasource. |
Password | Gets ot sets the password of the credentials to be located. |
PromptText | Gets the text of prompt of the locate credentials request. |
ReportPath | Gets the name of the report to locate credentials for. |
UserName | Gets ot sets the user name of the credentials to be located. |