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