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