UserCredentials Class

This class is used to specify user credentials.

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public class UserCredentials
Inheritance
Object    UserCredentials

Constructors

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

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromXml Create a user credentials instance from an XML element
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
ToXml Converts the user credentials to an XML element

See Also