Uses of Class
microsoft.exchange.webservices.data.credential.ExchangeCredentials
-
Packages that use ExchangeCredentials Package Description 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 Modifier and Type Method Description ExchangeCredentialsExchangeServiceBase. getCredentials()Gets the credential used to authenticate with the Exchange Web Services.Methods in microsoft.exchange.webservices.data.core with parameters of type ExchangeCredentials Modifier and Type Method Description voidExchangeServiceBase. 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 Modifier and Type Class Description classTokenCredentialsTokenCredentials provides credential if you already have a token.classWebCredentialsWebCredentials is used for password-based authentication schemes such as basic, digest, NTLM, and Kerberos authentication.classWindowsLiveCredentialsclassWSSecurityBasedCredentialsWSSecurityBasedCredentials is the base class for all credential classes using WS-Security.Methods in microsoft.exchange.webservices.data.credential that return ExchangeCredentials Modifier and Type Method Description static ExchangeCredentialsExchangeCredentials. getExchangeCredentialsFromNetworkCredential(String userName, String password, String domain)Performs an implicit conversion toExchangeCredentials.
-