5 references to Cryptography_DefaultAlgorithm_NotSupported
System.Security.Cryptography (5)
System\Security\Cryptography\AsymmetricAlgorithm.cs (1)
18throw new PlatformNotSupportedException(SR.Cryptography_DefaultAlgorithm_NotSupported);
System\Security\Cryptography\HashAlgorithm.cs (1)
23throw new PlatformNotSupportedException(SR.Cryptography_DefaultAlgorithm_NotSupported);
System\Security\Cryptography\HMAC.cs (1)
23throw new PlatformNotSupportedException(SR.Cryptography_DefaultAlgorithm_NotSupported);
System\Security\Cryptography\KeyedHashAlgorithm.cs (1)
15throw new PlatformNotSupportedException(SR.Cryptography_DefaultAlgorithm_NotSupported);
System\Security\Cryptography\SymmetricAlgorithm.cs (1)
20throw new PlatformNotSupportedException(SR.Cryptography_DefaultAlgorithm_NotSupported);