2 writes to m_signingKey
System.Security (2)
system\security\cryptography\xml\signedxml.cs (2)
133m_signingKey = null; 173set { m_signingKey = value; }
1 reference to m_signingKey
System.Security (1)
system\security\cryptography\xml\signedxml.cs (1)
172get { return m_signingKey; }