src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (42)
21return new CryptographicException(SR.Cryptography_AlgKdfRequiresChars, algId);
48SR.Cryptography_UnknownHashAlgorithm,
63SR.Cryptography_UnknownAlgorithmIdentifier,
81SR.Format(
82SR.Cryptography_UnknownAlgorithmIdentifier,
144SR.Format(
145SR.Cryptography_UnknownAlgorithmIdentifier,
244SR.Format(
245SR.Cryptography_UnknownAlgorithmIdentifier,
276SR.Format(
277SR.Cryptography_UnknownAlgorithmIdentifier,
302throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, prf.Name);
518throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
526SR.Format(
527SR.Cryptography_UnknownAlgorithmIdentifier,
575SR.Format(SR.Cryptography_AlgorithmNotSupported, algId));
603throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
623throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
638throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
645throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
655throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
674throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
683throw new CryptographicException(SR.Cryptography_UnknownAlgorithmIdentifier, algId);
693throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
709throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
716throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding, e);
728throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
738SR.Format(
739SR.Cryptography_UnknownAlgorithmIdentifier,
746throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
756SR.Format(
757SR.Cryptography_UnknownAlgorithmIdentifier,
766throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
794throw new CryptographicException(SR.Argument_InvalidValue, e);
817throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
824throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
829throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
868throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
1096throw new CryptographicException(SR.Argument_InvalidValue);
1107throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(RC2)));