Click or drag to resize

Credentials Class

Represents credentials used to authenticate with a service.
Inheritance Hierarchy
SystemObject
  DoubleTake.Common.ContractCredentials

Namespace:  DoubleTake.Common.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public class Credentials : IExtensibleDataObject

The Credentials type exposes the following members.

Constructors
  NameDescription
Public methodCredentials
Initializes a new instance of the Credentials class.
Public methodCredentials(NetworkCredential)
Initializes a new instance of the Credentials class.
Public methodCredentials(String, String, String)
Top
Properties
  NameDescription
Public propertyDomain
This value is the name of the domain.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyPassword
This value is the password.
Public propertyUserName
This value is the name of the user.
Top
Methods
Operators
See Also