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)
653
if (
_signedXml
== null)
708
_signedXml
.LoadXml((XmlElement)node);
714
if (!IsValidXmlCanonicalizationTransform(
_signedXml
.SignedInfo.CanonicalizationMethod))
718
if (
_signedXml
.Signature.Id != null)
722
System.Xml.XmlConvert.VerifyNCName(
_signedXml
.Signature.Id);
730
return
_signedXml
;
809
_signedXml
.SigningKey = key;
810
_signedXml
.Signature.Id = signatureId;
818
_signedXml
.SignedInfo.SignatureMethod = SelectSignatureMethod(key);
822
bool usingMatchingSignatureMethod =
_signedXml
.SignedInfo.SignatureMethod != null;
827
_signedXml
.KeyInfo = GenerateKeyInfo(key, signer);
838
_signedXml
.AddObject(GenerateObjectTag(hashAlgorithm, parts, relationshipSelectors, signatureId));
845
_signedXml
.AddReference(objectReference);
851
SignedXml xmlSig =
_signedXml
;
875
UpdatePartFromSignature(
_signedXml
.Signature);
967
Invariant.Assert(
_signedXml
!= null);
981
_signedXml
.AddReference(reference);
991
_signedXml
.AddObject(obj);
1090
reader,
_signedXml
.Signature.Id, out _signingTimeFormat);
1128
foreach (DataObject dataObject in
_signedXml
.Signature.ObjectList)