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