19 references to Cryptography_UnknownAlgorithmIdentifier
System.Security.Cryptography (19)
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
157SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, algorithmId));
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
1674SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, identifier.Algorithm));
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (9)
62SR.Cryptography_UnknownAlgorithmIdentifier, 81SR.Cryptography_UnknownAlgorithmIdentifier, 144SR.Cryptography_UnknownAlgorithmIdentifier, 244SR.Cryptography_UnknownAlgorithmIdentifier, 276SR.Cryptography_UnknownAlgorithmIdentifier, 526SR.Cryptography_UnknownAlgorithmIdentifier, 682throw new CryptographicException(SR.Cryptography_UnknownAlgorithmIdentifier, algId); 738SR.Cryptography_UnknownAlgorithmIdentifier, 756SR.Cryptography_UnknownAlgorithmIdentifier,
src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (1)
1724SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, identifier.Algorithm));
src\libraries\Common\src\System\Security\Cryptography\SlhDsaAlgorithm.cs (1)
208SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, algorithmId));
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (2)
548SR.Cryptography_UnknownAlgorithmIdentifier, 565SR.Cryptography_UnknownAlgorithmIdentifier,
System\Security\Cryptography\Helpers.cs (3)
432throw new CryptographicException(SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, exportParameters.HashAlgorithm.Name)); 444throw new CryptographicException(SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, exportParameters.HashAlgorithm.Name)); 448throw new CryptographicException(SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, exportParameters.EncryptionAlgorithm));
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (1)
384SR.Cryptography_UnknownAlgorithmIdentifier,