Difference between revisions of "Activity:CreateOPCUAConnection (Activity)"
(→Arguments) |
(→Arguments) |
||
Line 45: | Line 45: | ||
* "Directory" ... for a directory certificate store. | * "Directory" ... for a directory certificate store. | ||
|- align="left" | |- align="left" | ||
− | | CertificateStorePath|| {{String_MSDN}}|| In || Configures the certificate store path to use for the retrieval of the client certificate when it is not directly configured. The default is to search for certificates installed to the local machine (as opposed to the current user). | + | | CertificateStorePath|| {{String_MSDN}}|| In || Configures the certificate store path to use for the retrieval of the client certificate when it is not directly configured. The default is to search for certificates installed to the local machine (as opposed to the current user). The path is a combination of the OPA UA ''StoreLocation'' and ''StoreNames'' parameter. |
|- align="left" | |- align="left" | ||
| CertificateSubject|| {{String_MSDN}}|| In || Configures the subject of the client certificate when retrieving that from the certificate storage. | | CertificateSubject|| {{String_MSDN}}|| In || Configures the subject of the client certificate when retrieving that from the certificate storage. |
Revision as of 07:29, 11 September 2015
The CreateOPCUAConnection creates a connection to an OPC UA data source. A valid connection is the initial step in communicating with OPC sources.