3 writes to _signedXml
WindowsBase (3)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (3)
655_signedXml = new CustomSignedXml(); 808_signedXml = new CustomSignedXml(); 1008_signedXml = null; // force a re-parse
20 references to _signedXml
WindowsBase (20)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (20)
653if (_signedXml == null) 708_signedXml.LoadXml((XmlElement)node); 714if (!IsValidXmlCanonicalizationTransform(_signedXml.SignedInfo.CanonicalizationMethod)) 718if (_signedXml.Signature.Id != null) 722System.Xml.XmlConvert.VerifyNCName(_signedXml.Signature.Id); 730return _signedXml; 809_signedXml.SigningKey = key; 810_signedXml.Signature.Id = signatureId; 818_signedXml.SignedInfo.SignatureMethod = SelectSignatureMethod(key); 822bool usingMatchingSignatureMethod = _signedXml.SignedInfo.SignatureMethod != null; 827_signedXml.KeyInfo = GenerateKeyInfo(key, signer); 838_signedXml.AddObject(GenerateObjectTag(hashAlgorithm, parts, relationshipSelectors, signatureId)); 845_signedXml.AddReference(objectReference); 851SignedXml xmlSig = _signedXml; 875UpdatePartFromSignature(_signedXml.Signature); 967Invariant.Assert(_signedXml != null); 981_signedXml.AddReference(reference); 991_signedXml.AddObject(obj); 1090reader, _signedXml.Signature.Id, out _signingTimeFormat); 1128foreach (DataObject dataObject in _signedXml.Signature.ObjectList)