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