Ejemplo n.º 1
0
        public static SignDSL Sign(string inputPath)
        {
            var signDsl = new SignDSL();

            signDsl.InputPath(inputPath);
            return(signDsl);
        }
Ejemplo n.º 2
0
        public static SignDSL Sign(XmlDocument xmlDocument)
        {
            var signDsl = new SignDSL();

            signDsl.InputXml(xmlDocument);
            return(signDsl);
        }