1 write to KeyInfo
System.Security (1)
system\security\cryptography\xml\signedxml.cs (1)
208set { m_signature.KeyInfo = value; }
3 references to KeyInfo
System.Security (3)
system\security\cryptography\xml\signature.cs (2)
120if (this.KeyInfo.Count > 0) 121signatureElement.AppendChild(this.KeyInfo.GetXml(document));
system\security\cryptography\xml\signedxml.cs (1)
207get { return m_signature.KeyInfo; }