Inheritance: Difi.SikkerDigitalPost.Klient.Envelope.Abstract.EnvelopeXmlPart
 private XmlNode StandardBusinessDocumentElement()
 {
     XmlDocument sbdContext = new XmlDocument();
     sbdContext.PreserveWhitespace = true;
     var standardBusinessDocument = new StandardBusinessDocument(Settings, sbdContext);
     return standardBusinessDocument.Xml();
 }
        private XmlNode StandardBusinessDocumentElement()
        {
            XmlDocument sbdContext = new XmlDocument();

            sbdContext.PreserveWhitespace = true;
            var standardBusinessDocument = new StandardBusinessDocument(Settings, sbdContext);

            return(standardBusinessDocument.Xml());
        }