DownloadServiceConfigurationCredentialProvider Property |
An ICredentialProvider value representing the object that provides the credentials.
ICredentialProvider is implemented by the client application. It allows DownloadService to query
for credentials when challenged by the network server where the download is initiated from.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic ICredentialProvider CredentialProvider { get; set; }
Property Value
Type:
ICredentialProvider
See Also