1 type derived from HashProvider
System.Security.Cryptography (1)
System\Security\Cryptography\HashProviderCng.cs (1)
18
internal sealed class HashProviderCng :
HashProvider
20 references to HashProvider
System.Security.Cryptography (20)
System\Security\Cryptography\HashProvider.cs (1)
33
public abstract
HashProvider
Clone();
System\Security\Cryptography\HashProviderDispenser.Windows.cs (2)
20
public static
HashProvider
CreateHashProvider(string hashAlgorithmId)
25
public static
HashProvider
CreateMacProvider(string hashAlgorithmId, ReadOnlySpan<byte> key)
System\Security\Cryptography\HMACCommon.cs (3)
42
private HMACCommon(string hashAlgorithmId,
HashProvider
hmacProvider, int blockSize, byte[]? actualKey)
105
HashProvider
? oldHashProvider = _hMacProvider;
154
private
HashProvider
_hMacProvider;
System\Security\Cryptography\IncrementalHash.cs (2)
16
private
HashProvider
? _hash;
28
private IncrementalHash(HashAlgorithmName name,
HashProvider
hash)
System\Security\Cryptography\MD5.cs (1)
201
private readonly
HashProvider
_hashProvider;
System\Security\Cryptography\SHA1.cs (1)
189
private readonly
HashProvider
_hashProvider;
System\Security\Cryptography\SHA1Managed.cs (1)
14
private readonly
HashProvider
_hashProvider;
System\Security\Cryptography\SHA256.cs (1)
189
private readonly
HashProvider
_hashProvider;
System\Security\Cryptography\SHA256Managed.cs (1)
14
private readonly
HashProvider
_hashProvider;
System\Security\Cryptography\SHA3_256.cs (1)
232
private readonly
HashProvider
_hashProvider;
System\Security\Cryptography\SHA3_384.cs (1)
233
private readonly
HashProvider
_hashProvider;
System\Security\Cryptography\SHA3_512.cs (1)
232
private readonly
HashProvider
_hashProvider;
System\Security\Cryptography\SHA384.cs (1)
188
private readonly
HashProvider
_hashProvider;
System\Security\Cryptography\SHA384Managed.cs (1)
14
private readonly
HashProvider
_hashProvider;
System\Security\Cryptography\SHA512.cs (1)
188
private readonly
HashProvider
_hashProvider;
System\Security\Cryptography\SHA512Managed.cs (1)
14
private readonly
HashProvider
_hashProvider;