SensitiveConnectionManagerBase.SaveSensitiveValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
static void SaveSensitiveValue(System::Xml::XmlDocument ^ doc, System::Xml::XmlElement ^ parent, System::String ^ name, System::String ^ value);
protected static void SaveSensitiveValue (System.Xml.XmlDocument doc, System.Xml.XmlElement parent, string name, string value);
static member SaveSensitiveValue : System.Xml.XmlDocument * System.Xml.XmlElement * string * string -> unit
Protected Shared Sub SaveSensitiveValue (doc As XmlDocument, parent As XmlElement, name As String, value As String)
Parameters
- doc
- XmlDocument
- parent
- XmlElement
- name
- String
- value
- String