19 overrides of Initialize
Microsoft.AspNetCore.DataProtection.Tests (1)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptorTests.cs (1)
96public override void Initialize()
System.Security.Cryptography (18)
System\Security\Cryptography\HMAC.cs (1)
74public override void Initialize() =>
System\Security\Cryptography\MD5.cs (1)
269public sealed override void Initialize() => _hashProvider.Reset();
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
22public override void Initialize()
System\Security\Cryptography\SHA1.cs (1)
260public sealed override void Initialize() => _hashProvider.Reset();
System\Security\Cryptography\SHA1CryptoServiceProvider.cs (1)
25public override void Initialize()
System\Security\Cryptography\SHA1Managed.cs (1)
34public sealed override void Initialize() => _hashProvider.Reset();
System\Security\Cryptography\SHA256.cs (1)
260public sealed override void Initialize() => _hashProvider.Reset();
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
25public override void Initialize()
System\Security\Cryptography\SHA256Managed.cs (1)
34public sealed override void Initialize() => _hashProvider.Reset();
System\Security\Cryptography\SHA3_256.cs (1)
315public sealed override void Initialize() => _hashProvider.Reset();
System\Security\Cryptography\SHA3_384.cs (1)
316public sealed override void Initialize() => _hashProvider.Reset();
System\Security\Cryptography\SHA3_512.cs (1)
315public sealed override void Initialize() => _hashProvider.Reset();
System\Security\Cryptography\SHA384.cs (1)
259public sealed override void Initialize() => _hashProvider.Reset();
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
25public override void Initialize()
System\Security\Cryptography\SHA384Managed.cs (1)
34public sealed override void Initialize() => _hashProvider.Reset();
System\Security\Cryptography\SHA512.cs (1)
259public sealed override void Initialize() => _hashProvider.Reset();
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
25public override void Initialize()
System\Security\Cryptography\SHA512Managed.cs (1)
34public sealed override void Initialize() => _hashProvider.Reset();
10 references to Initialize
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
195_hashAlgorithm.Initialize();
System.Security.Cryptography (7)
System\Security\Cryptography\HashAlgorithm.cs (2)
72Initialize(); 160Initialize();
System\Security\Cryptography\PasswordDeriveBytes.cs (4)
202_hash.Initialize(); 212_hash.Initialize(); 229_hash!.Initialize(); 245_hash.Initialize();
System\Security\Cryptography\PKCS1MaskGenerationMethod.cs (1)
48hasher.Initialize();
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXml.cs (1)
120hash.Initialize();
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (1)
73hash.Initialize();