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