5 references to KeyTransport
System.Security (5)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
283
case RecipientInfoType.
KeyTransport
:
528
case RecipientInfoType.
KeyTransport
:
system\security\cryptography\pkcs\pkcsutils.cs (1)
63
recipientInfoType = RecipientInfoType.
KeyTransport
;
system\security\cryptography\pkcs\recipientinfo.cs (2)
112
internal unsafe KeyTransRecipientInfo (SafeLocalAllocHandle pRecipientInfo, CAPI.CERT_INFO certInfo, uint index) : base(RecipientInfoType.
KeyTransport
, RecipientSubType.Pkcs7KeyTransport, pRecipientInfo, certInfo, index) {
127
internal KeyTransRecipientInfo (SafeLocalAllocHandle pRecipientInfo, CAPI.CMSG_KEY_TRANS_RECIPIENT_INFO keyTrans, uint index) : base(RecipientInfoType.
KeyTransport
, RecipientSubType.CmsKeyTransport, pRecipientInfo, keyTrans, index) {