Connectivity Software User's Guide and Reference
CryptDestroyHash Method



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.Licensing Namespace > Crypto.NativeMethods Class : CryptDestroyHash Method
Syntax
'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)
public static bool CryptDestroyHash( 
   IntPtr hHash
)
public:
static bool CryptDestroyHash( 
   IntPtr hHash
) 

Parameters

hHash
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also