'Declaration Public Shared Function CryptDestroyHash( _ ByVal hHash As IntPtr _ ) As Boolean
'Declaration
Public Shared Function CryptDestroyHash( _ ByVal hHash As IntPtr _ ) As Boolean
'Usage Dim hHash As IntPtr Dim value As Boolean value = Crypto.NativeMethods.CryptDestroyHash(hHash)
'Usage
Dim hHash As IntPtr Dim value As Boolean value = Crypto.NativeMethods.CryptDestroyHash(hHash)
public static bool CryptDestroyHash( IntPtr hHash )
public: static bool CryptDestroyHash( IntPtr hHash )
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
Crypto.NativeMethods Class Crypto.NativeMethods Members