1 write to m_keyValue
System.Security (1)
system\security\cryptography\pkcs\pkcsmisc.cs (1)
198m_keyValue = new byte[keyInfo.PublicKey.cbData];
4 references to m_keyValue
System.Security (4)
system\security\cryptography\pkcs\pkcsmisc.cs (4)
199if (m_keyValue.Length > 0) { 200Marshal.Copy(keyInfo.PublicKey.pbData, m_keyValue, 0, m_keyValue.Length); 212return m_keyValue;