1 write to KeyInfo
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXml.cs (1)
218
set { m_signature.
KeyInfo
= value; }
5 references to KeyInfo
Microsoft.DotNet.SignCheckLibrary (2)
Verification\XmlVerifier.cs (2)
58
if (signedXml.Signature.
KeyInfo
.OfType<KeyInfoX509Data>().Count() == 0)
63
ArrayList certificates = signedXml.Signature.
KeyInfo
.OfType<KeyInfoX509Data>().First().Certificates;
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Signature.cs (2)
116
if (
KeyInfo
.Count > 0)
117
signatureElement.AppendChild(
KeyInfo
.GetXml(document));
System\Security\Cryptography\Xml\SignedXml.cs (1)
217
get { return m_signature.
KeyInfo
; }