2 writes to m_encryptedKey
System.Security (2)
system\security\cryptography\pkcs\recipientinfo.cs (2)
325
m_encryptedKey
= new byte[m_encryptedKeyInfo.EncryptedKey.cbData];
362
m_encryptedKey
= new byte[0];
4 references to m_encryptedKey
System.Security (4)
system\security\cryptography\pkcs\recipientinfo.cs (4)
323
if (
m_encryptedKey
.Length == 0) {
326
Marshal.Copy(m_encryptedKeyInfo.EncryptedKey.pbData,
m_encryptedKey
, 0,
m_encryptedKey
.Length);
330
return
m_encryptedKey
;