4 references to Unknown
System.Security (4)
system\security\cryptography\pkcs\pkcsutils.cs (2)
55
RecipientInfoType recipientInfoType = RecipientInfoType.
Unknown
;
67
recipientInfoType = RecipientInfoType.
Unknown
;
system\security\cryptography\pkcs\recipientinfo.cs (2)
47
if (recipientInfoType < RecipientInfoType.
Unknown
|| recipientInfoType > RecipientInfoType.KeyAgreement)
48
recipientInfoType = RecipientInfoType.
Unknown
;