10 references to HashSupported
System.Security.Cryptography (10)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
846!HashProviderDispenser.HashSupported(name))
System\Security\Cryptography\CryptographicOperations.cs (3)
786if (!HashProviderDispenser.HashSupported(HashAlgorithmNames.SHA3_256)) 793if (!HashProviderDispenser.HashSupported(HashAlgorithmNames.SHA3_384)) 800if (!HashProviderDispenser.HashSupported(HashAlgorithmNames.SHA3_512))
System\Security\Cryptography\HashProviderDispenser.Unix.cs (1)
30internal static bool MacSupported(string hashAlgorithmId) => HashSupported(hashAlgorithmId);
System\Security\Cryptography\SHA3_256.cs (1)
45public static bool IsSupported { get; } = HashProviderDispenser.HashSupported(HashAlgorithmNames.SHA3_256);
System\Security\Cryptography\SHA3_384.cs (1)
45public static bool IsSupported { get; } = HashProviderDispenser.HashSupported(HashAlgorithmNames.SHA3_384);
System\Security\Cryptography\SHA3_512.cs (1)
45public static bool IsSupported { get; } = HashProviderDispenser.HashSupported(HashAlgorithmNames.SHA3_512);
System\Security\Cryptography\Shake128.cs (1)
51public static bool IsSupported { get; } = HashProviderDispenser.HashSupported(HashAlgorithmId);
System\Security\Cryptography\Shake256.cs (1)
51public static bool IsSupported { get; } = HashProviderDispenser.HashSupported(HashAlgorithmId);