10 overrides of Dispose
System.Security.Cryptography (10)
System\Security\Cryptography\DSACng.cs (1)
53
protected override void
Dispose
(bool disposing)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
273
protected override void
Dispose
(bool disposing)
System\Security\Cryptography\DSAWrapper.cs (1)
131
protected override void
Dispose
(bool disposing)
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
136
protected override void
Dispose
(bool disposing)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
130
protected override void
Dispose
(bool disposing)
System\Security\Cryptography\ECDsaCng.cs (1)
71
protected override void
Dispose
(bool disposing)
System\Security\Cryptography\ECDsaWrapper.cs (1)
61
protected override void
Dispose
(bool disposing)
System\Security\Cryptography\RSABCrypt.cs (1)
30
protected override void
Dispose
(bool disposing)
System\Security\Cryptography\RSACng.cs (1)
53
protected override void
Dispose
(bool disposing)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
279
protected override void
Dispose
(bool disposing)
2 references to Dispose
System.Security.Cryptography (2)
System\Security\Cryptography\AsymmetricAlgorithm.cs (1)
78
Dispose
(true);
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
290
base.
Dispose
(disposing);