ExchangeCredentials Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a base class for Exchange credential types.
public ref class ExchangeCredentials abstract
public abstract class ExchangeCredentials
Public MustInherit Class ExchangeCredentials
- Inheritance
-
ExchangeCredentials
- Derived
Constructors
ExchangeCredentials() |
Initializes a new instance of the ExchangeCredentials class. |
Operators
Implicit(CredentialCache to ExchangeCredentials) |
Performs an implicit conversion from a T:System.Net.CredentialCacheExchangeCredentials class object. |
Implicit(NetworkCredential to ExchangeCredentials) |
Performs an implicit conversion from System.Net credentials to Exchange credentials. This enables a T:System.Net.NetworkCredentialExchangeCredentials object, which is useful when setting credentials on an ExchangeService class object. |