Connectivity Software User's Guide and Reference
CertOpenSystemStore Method



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.Licensing Namespace > Crypto.NativeMethods Class : CertOpenSystemStore Method

The value of this parameter cannot be null (Nothing in Visual Basic).

Syntax
'Declaration
 
Public Shared Function CertOpenSystemStore( _
   ByVal hprov As IntPtr, _
   ByVal szSubsystemProtocol As String _
) As IntPtr
'Usage
 
Dim hprov As IntPtr
Dim szSubsystemProtocol As String
Dim value As IntPtr
 
value = Crypto.NativeMethods.CertOpenSystemStore(hprov, szSubsystemProtocol)
public static IntPtr CertOpenSystemStore( 
   IntPtr hprov,
   string szSubsystemProtocol
)
public:
static IntPtr CertOpenSystemStore( 
   IntPtr hprov,
   String^ szSubsystemProtocol
) 

Parameters

hprov
szSubsystemProtocol

The value of this parameter cannot be null (Nothing in Visual Basic).

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