ConnectionCredential Class
Contains credentials for a connection.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectionCredential(String, String) | Initializes a new instance of the ConnectionCredential class. |
| Name | Description | |
|---|---|---|
![]() | Domain | Gets the domain of the connection credentials. |
![]() | Password | Gets the password for the connection credentials. |
![]() | UserName | Gets the user name for the connection credentials. |
![]() | UseSystemAccount | Gets a value indicating whether the system account should be used. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current ConnectionCredential object.(Overrides Object.Equals(Object).) |
![]() | GetHashCode() | Returns the hash code of the connection credentials.(Overrides Object.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | CurrentUserAccount | Represents a ConnectionCredential object that is created with the current system account. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



