| ExchangeConfigurationCredentialProvider Property |
An ICredentialProvider value representing the object that provides the credentials.
ICredentialProvider is implemented by the client application. It allows ExchangeService to query
for credentials when challenged by the network server.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic ICredentialProvider CredentialProvider { get; set; }Property Value
Type:
ICredentialProvider
See Also