UserCredentialsToXml Method
Converts the user credentials to an XML element
Namespace: Sandcastle.Core.BuildAssembler.BuildComponentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
Public Function ToXml As XElement
public:
XElement^ ToXml()
member ToXml : unit -> XElement
Return Value
XElementThe user credentials settings in an XML element
The credentials are stored in an element called userCredentials with three
attributes: useDefault, userName, and password.