6 references to Cryptography_Cms_Invalid_Subject_Identifier_Type
System.Security.Cryptography.Pkcs (6)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
136
SR.
Cryptography_Cms_Invalid_Subject_Identifier_Type
,
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (2)
215
throw new CryptographicException(SR.Format(SR.
Cryptography_Cms_Invalid_Subject_Identifier_Type
, certId.dwIdChoice));
237
throw new CryptographicException(SR.Format(SR.
Cryptography_Cms_Invalid_Subject_Identifier_Type
, subjectIdentifierType));
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (1)
424
throw new NotSupportedException(SR.Format(SR.
Cryptography_Cms_Invalid_Subject_Identifier_Type
, type));
System\Security\Cryptography\Pkcs\CmsRecipient.cs (1)
59
throw new CryptographicException(SR.Format(SR.
Cryptography_Cms_Invalid_Subject_Identifier_Type
, recipientIdentifierType));
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
73
throw new ArgumentException(SR.Format(SR.
Cryptography_Cms_Invalid_Subject_Identifier_Type
, value));