WebCredentials 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.
Wraps an instance of a T:System.Net.NetworkCredential
public ref class WebCredentials sealed : Microsoft::Exchange::WebServices::Data::ExchangeCredentials
public sealed class WebCredentials : Microsoft.Exchange.WebServices.Data.ExchangeCredentials
Public NotInheritable Class WebCredentials
Inherits ExchangeCredentials
- Inheritance
Constructors
WebCredentials() |
Initializes a new instance of the WebCredentials class to use the default network credentials. |
WebCredentials(ICredentials) |
Initializes a new instance of the WebCredentials class with the specified credentials. |
WebCredentials(String, String, String) |
Initializes a new instance of the WebCredentials class with the user name, password, and domain for the account to authenticate. |
WebCredentials(String, String) |
nitializes a new instance of the WebCredentials class with the user name and password for the account to authenticate. |
Properties
Credentials |
Gets the credentials of the account to authenticate. |