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

Packages that use ExchangeCredentials
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.credential   
 

Uses of ExchangeCredentials in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return ExchangeCredentials
 ExchangeCredentials ExchangeServiceBase.getCredentials()
          Gets the credential used to authenticate with the Exchange Web Services.
 

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

Uses of ExchangeCredentials in microsoft.exchange.webservices.data.credential
 

Subclasses of ExchangeCredentials in microsoft.exchange.webservices.data.credential
 class TokenCredentials
          TokenCredentials provides credential 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.credential that return ExchangeCredentials
static ExchangeCredentials ExchangeCredentials.getExchangeCredentialsFromNetworkCredential(String userName, String password, String domain)
          Performs an implicit conversion from to .
 



Copyright © 2012–2015 Microsoft. All rights reserved.