|
|
Credentials Class |
Namespace: DoubleTake.Common.Contract
public class Credentials : IExtensibleDataObject
The Credentials type exposes the following members.
| Name | Description | |
|---|---|---|
| Credentials |
Initializes a new instance of the Credentials class.
| |
| Credentials(NetworkCredential) |
Initializes a new instance of the Credentials class.
| |
| Credentials(String, String, String) |
| Name | Description | |
|---|---|---|
| Domain |
This value is the name of the domain.
| |
| ExtensionData |
Gets or sets the structure that contains extra data.
| |
| Password |
This value is the password.
| |
| UserName |
This value is the name of the user.
|
| Name | Description | |
|---|---|---|
| GetDeserializedObject | ||
| GetObjectToSerialize |
| Name | Description | |
|---|---|---|
| (Credentials to NetworkCredential) |
Performs an implicit conversion from Credentials to NetworkCredential.
|