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