| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As WindowsCertificateStore Dim location As String instance.Open(location) | |
Parameters
- location
             Syntax (items enclosed in [] are optional):
            
             [\\HostName\]StoreType[\(ServiceName | UserSid)]\SymbolicName		
            
             HostName     - the name of the machine where the store resides.
             SymbolicName - one of LocalMachine, CurrentUser, User or Service
             ServiceName  - the name of an NT service.
             UserSid      - the SID for a user account.
             SymbolicName - the symbolic name of the store (e.g. My, Root, Trust, CA, etc.).
            
             Examples:
            
             \\MYPC\LocalMachine\My
             CurrentUser\Trust
             \\MYPC\Service\My UA Server\UA Applications
             User\S-1-5-25\Root
             
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    