src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (42)
33return new CryptographicException(SR.Cryptography_AlgKdfRequiresChars, algId);
60SR.Cryptography_UnknownHashAlgorithm,
75SR.Cryptography_UnknownAlgorithmIdentifier,
108SR.Format(
109SR.Cryptography_UnknownAlgorithmIdentifier,
171SR.Format(
172SR.Cryptography_UnknownAlgorithmIdentifier,
271SR.Format(
272SR.Cryptography_UnknownAlgorithmIdentifier,
303SR.Format(
304SR.Cryptography_UnknownAlgorithmIdentifier,
329throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, prf.Name);
545throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
553SR.Format(
554SR.Cryptography_UnknownAlgorithmIdentifier,
605SR.Format(SR.Cryptography_AlgorithmNotSupported, algId));
633throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
656throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
674throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
681throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
692throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
711throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
723throw new CryptographicException(SR.Cryptography_UnknownAlgorithmIdentifier, algId);
733throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
749throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
756throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding, e);
768throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
778SR.Format(
779SR.Cryptography_UnknownAlgorithmIdentifier,
786throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
796SR.Format(
797SR.Cryptography_UnknownAlgorithmIdentifier,
806throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
834throw new CryptographicException(SR.Argument_InvalidValue, e);
857throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
864throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
869throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
908throw new CryptographicException(SR.Cryptography_Der_Invalid_Encoding);
1137throw new CryptographicException(SR.Argument_InvalidValue);
1148throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(RC2)));