1 write to KeyInfo
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXml.cs (1)
209
set { m_signature.
KeyInfo
= value; }
3 references to KeyInfo
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)
208
get { return m_signature.
KeyInfo
; }