2 overrides of Dispose
System.Security.Cryptography (2)
System\Security\Cryptography\HashProviderDispenser.Unix.cs (2)
141public override void Dispose(bool disposing) 217public override void Dispose(bool disposing)
15 references to Dispose
System.Security.Cryptography (15)
System\Security\Cryptography\HashProvider.cs (1)
68Dispose(true);
System\Security\Cryptography\HMACCommon.cs (2)
107oldHashProvider?.Dispose(true); 148_hMacProvider?.Dispose(true);
System\Security\Cryptography\MD5.cs (1)
273_hashProvider.Dispose(disposing);
System\Security\Cryptography\SHA1.cs (1)
264_hashProvider.Dispose(disposing);
System\Security\Cryptography\SHA1Managed.cs (1)
38_hashProvider.Dispose(disposing);
System\Security\Cryptography\SHA256.cs (1)
264_hashProvider.Dispose(disposing);
System\Security\Cryptography\SHA256Managed.cs (1)
38_hashProvider.Dispose(disposing);
System\Security\Cryptography\SHA3_256.cs (1)
319_hashProvider.Dispose(disposing);
System\Security\Cryptography\SHA3_384.cs (1)
320_hashProvider.Dispose(disposing);
System\Security\Cryptography\SHA3_512.cs (1)
319_hashProvider.Dispose(disposing);
System\Security\Cryptography\SHA384.cs (1)
263_hashProvider.Dispose(disposing);
System\Security\Cryptography\SHA384Managed.cs (1)
38_hashProvider.Dispose(disposing);
System\Security\Cryptography\SHA512.cs (1)
263_hashProvider.Dispose(disposing);
System\Security\Cryptography\SHA512Managed.cs (1)
38_hashProvider.Dispose(disposing);