2 references to Cryptography_Cms_Invalid_Originator_Identifier_Choice
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (1)
246
return new CryptographicException(SR.Format(SR.
Cryptography_Cms_Invalid_Originator_Identifier_Choice
, originatorChoice));
Internal\Cryptography\Pal\Windows\KeyAgreeRecipientInfoPalWindows.cs (1)
104
_ => throw new CryptographicException(SR.Format(SR.
Cryptography_Cms_Invalid_Originator_Identifier_Choice
, originatorChoice)),