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)
786
if (!HashProviderDispenser.
HashSupported
(HashAlgorithmNames.SHA3_256))
793
if (!HashProviderDispenser.
HashSupported
(HashAlgorithmNames.SHA3_384))
800
if (!HashProviderDispenser.
HashSupported
(HashAlgorithmNames.SHA3_512))
System\Security\Cryptography\HashProviderDispenser.Unix.cs (1)
30
internal static bool MacSupported(string hashAlgorithmId) =>
HashSupported
(hashAlgorithmId);
System\Security\Cryptography\SHA3_256.cs (1)
45
public static bool IsSupported { get; } = HashProviderDispenser.
HashSupported
(HashAlgorithmNames.SHA3_256);
System\Security\Cryptography\SHA3_384.cs (1)
45
public static bool IsSupported { get; } = HashProviderDispenser.
HashSupported
(HashAlgorithmNames.SHA3_384);
System\Security\Cryptography\SHA3_512.cs (1)
45
public static bool IsSupported { get; } = HashProviderDispenser.
HashSupported
(HashAlgorithmNames.SHA3_512);
System\Security\Cryptography\Shake128.cs (1)
51
public static bool IsSupported { get; } = HashProviderDispenser.
HashSupported
(HashAlgorithmId);
System\Security\Cryptography\Shake256.cs (1)
51
public static bool IsSupported { get; } = HashProviderDispenser.
HashSupported
(HashAlgorithmId);