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