Table of Contents

UserCredentials Class

Definition

Namespace
Sandcastle.Core.BuildAssembler.BuildComponent
Assembly
Sandcastle.Core.dll

This class is used to specify user credentials.

public class UserCredentials
Inheritance
UserCredentials

Constructors

UserCredentials()

Constructor

UserCredentials(bool, string, string)

Constructor

Properties

Password

Get or set the password

UseDefaultCredentials

This is used to set or get the flag indicating whether or not to use default credentials

UserName

Get or set the user name

Methods

FromXml(XElement)

Create a user credentials instance from an XML element

ToXml()

Converts the user credentials to an XML element