Click or drag to resize

DataTransferServiceConfigurationCredentialProvider Property

An ICredentialProvider value representing the object that provides the credentials. ICredentialProvider is implemented by the client application. It allows DataTransferService to query for credentials when challenged by the network server where the data transfer 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