WOLFRAM SYSTEM MODELER

mopcuaSetEncryption

This class is implicitly declared protected in OPCUA

Wolfram Language

In[1]:=
SystemModel["OPCUA.ExternalFunctions.mopcuaSetEncryption"]
Out[1]:=

Syntax

outServerID = mopcuaSetEncryption(serverID, securityPolicy, messageSecurity, useExistingCertificate, certificatePath, privateKeyPath, organization, expireInDays, certificateDirectory, trustedCertificatePath, revocationListPath)

Inputs (11)

serverID

Type: Integer

Description: The unique ID of the server

securityPolicy

Type: UASecurityPolicy

Description: Enumeration of OPC UA security policies

messageSecurity

Type: UASecurityMode

Description: Enumeration of OPC UA security modes for messages between server and client

useExistingCertificate

Type: Boolean

certificatePath

Type: String

privateKeyPath

Type: String

organization

Type: String

expireInDays

Type: Integer

certificateDirectory

Type: String

trustedCertificatePath

Type: String

revocationListPath

Type: String

Outputs (1)

outServerID

Type: Integer

Description: The unique ID of the server