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