2 overrides of Dispose
System.Security.Cryptography (2)
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
169
protected override void
Dispose
(bool disposing)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (1)
153
protected override void
Dispose
(bool disposing)
3 references to Dispose
System.Security.Cryptography (3)
System\Security\Cryptography\DeriveBytes.cs (1)
13
Dispose
(true);
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
171
base.
Dispose
(disposing);
System\Security\Cryptography\Rfc2898DeriveBytes.cs (1)
168
base.
Dispose
(disposing);