SaaS CMS has officially launched! Learn more now.

Class Credentials

Inheritance
System.Object
Credentials
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.MirroringService.MirroringTransferProtocol.Common
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class Credentials

Constructors

Credentials()

Declaration
public Credentials()

Credentials(String)

Declaration
public Credentials(string userName)
Parameters
Type Name Description
System.String userName

Credentials(String, String)

Declaration
public Credentials(string userName, string password)
Parameters
Type Name Description
System.String userName
System.String password

Credentials(String, String, String)

Declaration
public Credentials(string userName, string password, string domain)
Parameters
Type Name Description
System.String userName
System.String password
System.String domain

Properties

Domain

Declaration
public string Domain { get; set; }
Property Value
Type Description
System.String

Password

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
System.String

Methods

CopyTo(Credentials)

Declaration
public void CopyTo(Credentials cred)
Parameters
Type Name Description
Credentials cred

Extension Methods