OpcUaCertificateHandling

Description

Defines the action taken on the local application certificate for OPC UA client when the security settings are initialized.

namespace OpcUaCertificateHandling
{
	enum Type
	{
		None,
		Verify,
		VerifyAndCreateMissing,
		VerifyAndRecreateExpired
	};
}