15 overrides of Dispose
mscorlib (7)
system\security\cryptography\keyedhashalgorithm.cs (1)
21protected override void Dispose(bool disposing) {
system\security\cryptography\md5cryptoserviceprovider.cs (1)
39protected override void Dispose(bool disposing)
system\security\cryptography\sha1cryptoserviceprovider.cs (1)
31protected override void Dispose(bool disposing)
system\security\cryptography\sha1managed.cs (1)
91protected override void Dispose(bool disposing) {
system\security\cryptography\sha256managed.cs (1)
93protected override void Dispose(bool disposing) {
system\security\cryptography\sha384managed.cs (1)
92protected override void Dispose(bool disposing) {
system\security\cryptography\sha512managed.cs (1)
84protected override void Dispose(bool disposing) {
System.Core (8)
System\Security\Cryptography\MD5Cng.cs (1)
29protected override void Dispose(bool disposing) {
System\Security\Cryptography\SHA1Cng.cs (1)
26protected override void Dispose(bool disposing) {
System\Security\Cryptography\SHA256Cng.cs (1)
25protected override void Dispose(bool disposing) {
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
26protected override void Dispose(bool disposing) {
System\Security\Cryptography\SHA384Cng.cs (1)
25protected override void Dispose(bool disposing) {
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
26protected override void Dispose(bool disposing) {
System\Security\Cryptography\SHA512Cng.cs (1)
25protected override void Dispose(bool disposing) {
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
26protected override void Dispose(bool disposing) {
16 references to Dispose
mscorlib (8)
system\security\cryptography\hashalgorithm.cs (1)
201Dispose(true);
system\security\cryptography\keyedhashalgorithm.cs (1)
28base.Dispose(disposing);
system\security\cryptography\md5cryptoserviceprovider.cs (1)
43base.Dispose(disposing);
system\security\cryptography\sha1cryptoserviceprovider.cs (1)
36base.Dispose(disposing);
system\security\cryptography\sha1managed.cs (1)
99base.Dispose(disposing);
system\security\cryptography\sha256managed.cs (1)
101base.Dispose(disposing);
system\security\cryptography\sha384managed.cs (1)
100base.Dispose(disposing);
system\security\cryptography\sha512managed.cs (1)
92base.Dispose(disposing);
System.Core (8)
System\Security\Cryptography\MD5Cng.cs (1)
36base.Dispose(disposing);
System\Security\Cryptography\SHA1Cng.cs (1)
33base.Dispose(disposing);
System\Security\Cryptography\SHA256Cng.cs (1)
32base.Dispose(disposing);
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
33base.Dispose(disposing);
System\Security\Cryptography\SHA384Cng.cs (1)
32base.Dispose(disposing);
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
33base.Dispose(disposing);
System\Security\Cryptography\SHA512Cng.cs (1)
32base.Dispose(disposing);
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
33base.Dispose(disposing);