'DeclarationPublic Shared Function CertCloseStore( _ ByVal hCertStore As IntPtr, _ ByVal dwFlags As Integer _ ) As Boolean
'UsageDim 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