UserCredentialsToXml Method

Converts the user credentials to an XML element

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public XElement ToXml()

Return Value

XElement
The user credentials settings in an XML element

Remarks

The credentials are stored in an element called userCredentials with three attributes: useDefault, userName, and password.

See Also