2 writes to m_encryptedKey
System.Security (2)
system\security\cryptography\pkcs\recipientinfo.cs (2)
181m_encryptedKey = new byte[keyTrans.EncryptedKey.cbData]; 199m_encryptedKey = new byte[0];
4 references to m_encryptedKey
System.Security (4)
system\security\cryptography\pkcs\recipientinfo.cs (4)
176if (m_encryptedKey.Length == 0) { 182Marshal.Copy(keyTrans.EncryptedKey.pbData, m_encryptedKey, 0, m_encryptedKey.Length); 187return m_encryptedKey;