3 references to Cryptography_Pfx_BadPassword
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (2)
182
ThrowWithHResult(SR.
Cryptography_Pfx_BadPassword
, ERROR_INVALID_PASSWORD);
715
ThrowWithHResult(SR.
Cryptography_Pfx_BadPassword
, ERROR_INVALID_PASSWORD, pnse);
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (1)
368
throw new CryptographicException(SR.
Cryptography_Pfx_BadPassword
)