Microsoft.Xades.XadesSignedXml.XadesSignedXml C# (CSharp) Method

XadesSignedXml() public method

Default constructor for the XadesSignedXml class
public XadesSignedXml ( ) : System
return System
        public XadesSignedXml()
            : base()
        {
            this.cachedXadesObjectDocument = null;
            this.signatureStandard = KnownSignatureStandard.XmlDsig;
        }

Same methods

XadesSignedXml::XadesSignedXml ( System signatureDocument ) : System
XadesSignedXml::XadesSignedXml ( XmlElement signatureElement ) : System