2 writes to SignedInfo
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\Signature.cs (1)
159SignedInfo = new SignedInfo();
System\Security\Cryptography\Xml\SignedXml.cs (1)
125m_signature.SignedInfo = new SignedInfo();
12 references to SignedInfo
System.Security.Cryptography.Xml (12)
System\Security\Cryptography\Xml\Signature.cs (1)
160SignedInfo.LoadXml(signedInfoElement);
System\Security\Cryptography\Xml\SignedXml.cs (11)
191get { return m_signature.SignedInfo; } 196get { return m_signature.SignedInfo!.SignatureMethod; } 201get { return m_signature.SignedInfo!.SignatureLength; } 243m_signature.SignedInfo!.AddReference(reference); 438if (m_signature.SignedInfo!.SignatureLength == null) 441signatureLength = Convert.ToInt32(m_signature.SignedInfo.SignatureLength, null); 920ArrayList references = m_signature.SignedInfo!.References; 1012SignedXmlDebugLog.LogBeginCheckSignedInfo(this, m_signature.SignedInfo!); 1043SignedXmlDebugLog.LogBeginCheckSignedInfo(this, m_signature.SignedInfo!); 1046if (m_signature.SignedInfo!.SignatureLength == null) 1049signatureLength = Convert.ToInt32(m_signature.SignedInfo.SignatureLength, null);