Click or drag to resize

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
Syntax
C#
public ICredentialProvider CredentialProvider { get; set; }

Property Value

Type: ICredentialProvider
See Also