8 references to HashSupported
System.Security.Cryptography (8)
System\Security\Cryptography\CryptographicOperations.cs (3)
1111if (!HashProviderDispenser.HashSupported(HashAlgorithmNames.SHA3_256)) 1118if (!HashProviderDispenser.HashSupported(HashAlgorithmNames.SHA3_384)) 1125if (!HashProviderDispenser.HashSupported(HashAlgorithmNames.SHA3_512))
System\Security\Cryptography\SHA3_256.cs (1)
52public static bool IsSupported { get; } = HashProviderDispenser.HashSupported(HashAlgorithmNames.SHA3_256);
System\Security\Cryptography\SHA3_384.cs (1)
52public static bool IsSupported { get; } = HashProviderDispenser.HashSupported(HashAlgorithmNames.SHA3_384);
System\Security\Cryptography\SHA3_512.cs (1)
52public 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);