Home
last modified time | relevance | path

Searched refs:DisposeKey (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Cng/src/Internal/Cryptography/
H A DCngAlgorithmCore.cs31 public void DisposeKey() in DisposeKey() method
46 DisposeKey(); in GetOrGenerateKey()
125 DisposeKey(); in SetKey()
132 DisposeKey(); in Dispose()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/
H A DECDsaCng.Key.cs60 DisposeKey(); in GetDuplicatedKeyHandle()
77 DisposeKey(); in GenerateKey()
143 private void DisposeKey() in DisposeKey() method in System.Security.Cryptography.ECDsaImplementation.ECDsaCng
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Cng/src/System/Security/Cryptography/
H A DECDsaCng.cs55 private void DisposeKey() in DisposeKey() method in System.Security.Cryptography.ECDsaCng
57 _core.DisposeKey(); in DisposeKey()
H A DECDsaCng.Key.cs45 _core.DisposeKey(); in GenerateKey()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Security/Cryptography/
H A DECDsaCng.cs62 DisposeKey();