1 write to KeyInfo
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXml.cs (1)
209set { m_signature.KeyInfo = value; }
3 references to KeyInfo
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Signature.cs (2)
116if (KeyInfo.Count > 0) 117signatureElement.AppendChild(KeyInfo.GetXml(document));
System\Security\Cryptography\Xml\SignedXml.cs (1)
208get { return m_signature.KeyInfo; }