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