Implemented interface member:
8 references to Dispose
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\Pkcs12Kdf.cs (1)
233hash.Dispose();
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
68_incrementalHash.Dispose();
System\Security\Cryptography\Rfc2898DeriveBytes.cs (1)
159_hmac.Dispose();
System\Security\Cryptography\SHA1CryptoServiceProvider.cs (1)
71_incrementalHash.Dispose();
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
71_incrementalHash.Dispose();
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
71_incrementalHash.Dispose();
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
71_incrementalHash.Dispose();
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Pkcs12Kdf.cs (1)
233hash.Dispose();