1 write to rgSubjectKeyIdentifier
System.Security (1)
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
652encryptParam.rgSubjectKeyIdentifier = new SafeLocalAllocHandle[recipients.Count];
2 references to rgSubjectKeyIdentifier
System.Security (2)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
765encryptParam.rgSubjectKeyIdentifier[index] = pbData; 950encryptParam.rgSubjectKeyIdentifier[cKeyAgree] = pbKeyId;