10 references to RecipientInfoType
System.Security (1)
System.Security.cs (1)
27[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.RecipientInfoType))]
System.Security.Cryptography.Pkcs (9)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (3)
96RecipientInfoType type = recipientInfo.Type; 99case RecipientInfoType.KeyTransport: 103case RecipientInfoType.KeyAgreement:
System\Security\Cryptography\Pkcs\KeyAgreeRecipientInfo.cs (1)
15: base(RecipientInfoType.KeyAgreement, pal)
System\Security\Cryptography\Pkcs\KeyTransRecipientInfo.cs (1)
14: base(RecipientInfoType.KeyTransport, pal)
System\Security\Cryptography\Pkcs\RecipientInfo.cs (4)
13internal RecipientInfo(RecipientInfoType type, RecipientInfoPal pal) 18case RecipientInfoType.KeyTransport: 22case RecipientInfoType.KeyAgreement: 36public RecipientInfoType Type { get; }