2 writes to SignedInfo
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\Signature.cs (1)
162SignedInfo = new SignedInfo();
System\Security\Cryptography\Xml\SignedXml.cs (1)
131m_signature.SignedInfo = new SignedInfo();
12 references to SignedInfo
System.Security.Cryptography.Xml (12)
System\Security\Cryptography\Xml\Signature.cs (1)
163SignedInfo.LoadXml(signedInfoElement);
System\Security\Cryptography\Xml\SignedXml.cs (11)
197get { return m_signature.SignedInfo; } 202get { return m_signature.SignedInfo!.SignatureMethod; } 207get { return m_signature.SignedInfo!.SignatureLength; } 252m_signature.SignedInfo!.AddReference(reference); 450if (m_signature.SignedInfo!.SignatureLength == null) 453signatureLength = Convert.ToInt32(m_signature.SignedInfo.SignatureLength, null); 932ArrayList references = m_signature.SignedInfo!.References; 1027SignedXmlDebugLog.LogBeginCheckSignedInfo(this, m_signature.SignedInfo!); 1061SignedXmlDebugLog.LogBeginCheckSignedInfo(this, m_signature.SignedInfo!); 1064if (m_signature.SignedInfo!.SignatureLength == null) 1067signatureLength = Convert.ToInt32(m_signature.SignedInfo.SignatureLength, null);