3 overrides of Dispose
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
437
protected override void
Dispose
(bool disposing)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (1)
217
protected override void
Dispose
(bool disposing)
System\Security\Cryptography\MLDsaOpenSsl.NotSupported.cs (1)
25
protected override void
Dispose
(bool disposing)
3 references to Dispose
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
85
Dispose
(true);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
445
base.
Dispose
(disposing);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (1)
225
base.
Dispose
(disposing);