Connectivity Software User's Guide and Reference
CertFreeCertificateContext Method



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

Parameters

pCertContext
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