2 instantiations of 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();
6 references to SignedInfo
System.Security (1)
System.Security.cs (1)
65[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.SignedInfo))]
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\Signature.cs (2)
13private SignedInfo? _signedInfo; 47public SignedInfo? SignedInfo
System\Security\Cryptography\Xml\SignedXml.cs (1)
195public SignedInfo? SignedInfo
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (1)
337internal static void LogBeginCheckSignedInfo(SignedXml signedXml, SignedInfo signedInfo)
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
587SignedInfo signedInfo = signedXml.SignedInfo;