UserCredentials.UserCredentials Constructor Definition NamespaceSandcastle.Core.BuildAssembler.BuildComponent AssemblySandcastle.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.