Connectivity Software User's Guide and Reference
CertCloseStore Method



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.Licensing Namespace > Crypto.NativeMethods Class : CertCloseStore Method
Syntax
'Declaration
 
Public Shared Function CertCloseStore( _
   ByVal hCertStore As IntPtr, _
   ByVal dwFlags As Integer _
) As Boolean
'Usage
 
Dim hCertStore As IntPtr
Dim dwFlags As Integer
Dim value As Boolean
 
value = Crypto.NativeMethods.CertCloseStore(hCertStore, dwFlags)
public static bool CertCloseStore( 
   IntPtr hCertStore,
   int dwFlags
)
public:
static bool CertCloseStore( 
   IntPtr hCertStore,
   int dwFlags
) 

Parameters

hCertStore
dwFlags
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