3 references to EncryptedKey
System.Security (3)
system\security\cryptography\pkcs\recipientinfo.cs (3)
324
if (m_encryptedKeyInfo.
EncryptedKey
.cbData > 0) {
325
m_encryptedKey = new byte[m_encryptedKeyInfo.
EncryptedKey
.cbData];
326
Marshal.Copy(m_encryptedKeyInfo.
EncryptedKey
.pbData, m_encryptedKey, 0, m_encryptedKey.Length);