2 references to GetRecipientInfoType
System.Security (2)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
395
if ((PkcsUtils.
GetRecipientInfoType
(recipient.Certificate) == RecipientInfoType.KeyAgreement) ||
635
recipientInfoTypes[index] = (uint) PkcsUtils.
GetRecipientInfoType
(recipients[index].Certificate);