2 references to CertIdKeyAgreement
System.Security (2)
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
310if (keyAgree.SubType == RecipientSubType.CertIdKeyAgreement) {
system\security\cryptography\pkcs\recipientinfo.cs (1)
220internal KeyAgreeRecipientInfo (SafeLocalAllocHandle pRecipientInfo, CAPI.CMSG_KEY_AGREE_CERT_ID_RECIPIENT_INFO certIdRecipient, uint index, uint subIndex) : base(RecipientInfoType.KeyAgreement, RecipientSubType.CertIdKeyAgreement, pRecipientInfo, certIdRecipient, index) {