7 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 (6)
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; }