Table of Contents

UserCredentials.UserCredentials Constructor

Definition

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

UserCredentials()

Constructor

public UserCredentials()

UserCredentials(bool, string, string)

Constructor

public UserCredentials(bool useDefault, string userName, string password)

Parameters

useDefault bool

True to use default credentials, false to use the supplied user name and password.

userName string

The user name to use.

password string

The password to use.