2 writes to SignedInfo
System.Security (2)
system\security\cryptography\xml\signature.cs (1)
160this.SignedInfo = new SignedInfo();
system\security\cryptography\xml\signedxml.cs (1)
132m_signature.SignedInfo = new SignedInfo();
15 references to SignedInfo
System.Core (2)
System\Security\Cryptography\Xml\ManifestSignedXml.cs (2)
667Debug.Assert(Signature != null && Signature.SignedInfo != null, 669SignatureVerificationResult transformsValid = VerifyStrongNameSignatureTransforms(Signature.SignedInfo);
System.Security (12)
system\security\cryptography\xml\signature.cs (1)
161this.SignedInfo.LoadXml(signedInfoElement);
system\security\cryptography\xml\signedxml.cs (11)
191get { return m_signature.SignedInfo; } 195get { return m_signature.SignedInfo.SignatureMethod; } 199get { return m_signature.SignedInfo.SignatureLength; } 237m_signature.SignedInfo.AddReference(reference); 400if (m_signature.SignedInfo.SignatureLength == null) 403signatureLength = Convert.ToInt32(m_signature.SignedInfo.SignatureLength, null); 881ArrayList references = m_signature.SignedInfo.References; 968SignedXmlDebugLog.LogBeginCheckSignedInfo(this, m_signature.SignedInfo); 999SignedXmlDebugLog.LogBeginCheckSignedInfo(this, m_signature.SignedInfo); 1002if (m_signature.SignedInfo.SignatureLength == null) 1005signatureLength = Convert.ToInt32(m_signature.SignedInfo.SignatureLength, null);
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CustomSignedXml.cs (1)
123foreach (Reference reference in signature.SignedInfo.References)