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