1 write to SubIndex
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\KeyAgreeRecipientInfoPalWindows.cs (1)
21SubIndex = subIndex;
5 references to SubIndex
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (1)
213decryptPara.dwRecipientEncryptedKeyIndex = pal.SubIndex;
Internal\Cryptography\Pal\Windows\KeyAgreeRecipientInfoPalWindows.cs (4)
48CMSG_RECIPIENT_ENCRYPTED_KEY_INFO* pEncryptedKeyInfo = recipient->rgpRecipientEncryptedKeys[SubIndex]; 79CMSG_RECIPIENT_ENCRYPTED_KEY_INFO* pEncryptedKeyInfo = recipient->rgpRecipientEncryptedKeys[SubIndex]; 123CMSG_RECIPIENT_ENCRYPTED_KEY_INFO* pEncryptedKeyInfo = recipient->rgpRecipientEncryptedKeys[SubIndex]; 144CMSG_RECIPIENT_ENCRYPTED_KEY_INFO* pEncryptedKeyInfo = recipient->rgpRecipientEncryptedKeys[SubIndex];