UserCredentialsToXml Method
Converts the user credentials to an XML element
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.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.