Opc.Ua.Core
CreateStore Method (CertificateStoreIdentifier)



Opc.Ua Namespace > CertificateStoreIdentifier Class : CreateStore Method
Returns an object that can be used to access the store.
Syntax
'Declaration
 
Public Shared Function CreateStore( _
   ByVal storeTypeName As String _
) As ICertificateStore
'Usage
 
Dim storeTypeName As String
Dim value As ICertificateStore
 
value = CertificateStoreIdentifier.CreateStore(storeTypeName)
public static ICertificateStore CreateStore( 
   string storeTypeName
)
public:
static ICertificateStore^ CreateStore( 
   String^ storeTypeName
) 

Parameters

storeTypeName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CertificateStoreIdentifier Class
CertificateStoreIdentifier Members