Uses of Class
microsoft.exchange.webservices.data.ExchangeCredentials

Uses of ExchangeCredentials in microsoft.exchange.webservices.data
 

Subclasses of ExchangeCredentials in microsoft.exchange.webservices.data
 class ClientCertificateCredentials
          ClientCertificateCredentials wraps an instance of X509CertificateCollection used for client certification-based authentication.
 class TokenCredentials
          TokenCredentials provides credentials if you already have a token.
 class WebCredentials
          WebCredentials is used for password-based authentication schemes such as basic, digest, NTLM, and Kerberos authentication.
 class WindowsLiveCredentials
           
 class WSSecurityBasedCredentials
          WSSecurityBasedCredentials is the base class for all credential classes using WS-Security.
 

Methods in microsoft.exchange.webservices.data that return ExchangeCredentials
 ExchangeCredentials ExchangeServiceBase.getCredentials()
          Gets the credentials used to authenticate with the Exchange Web Services.
static ExchangeCredentials ExchangeCredentials.getExchangeCredentialsFromNetworkCredential(String userName, String password, String domain)
          Performs an implicit conversion from to .
 

Methods in microsoft.exchange.webservices.data with parameters of type ExchangeCredentials
 void ExchangeServiceBase.setCredentials(ExchangeCredentials credentials)
          Sets the credentials used to authenticate with the Exchange Web Services.
 



Copyright © 2012. All Rights Reserved.