UserCredentials.ToXml Method
Definition
- Assembly
- Sandcastle.Core.dll
Converts the user credentials to an XML element
public XElement ToXml()
Returns
- 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.