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)
13
internal RecipientInfo(
RecipientInfoType
type, RecipientInfoPal pal)
18
case
RecipientInfoType
.KeyTransport:
22
case
RecipientInfoType
.KeyAgreement:
36
public
RecipientInfoType
Type { get; }