OPC Studio User's Guide and Reference
SecurityPolicyUriStrings Property (UAApplicationManifestAttribute)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Administration Namespace > UAApplicationManifestAttribute Class : SecurityPolicyUriStrings Property
A collection of URI strings of the OPC UA security policies supported by the application.
Syntax
'Declaration
 
Public ReadOnly Property SecurityPolicyUriStrings As StringCollection
'Usage
 
Dim instance As UAApplicationManifestAttribute
Dim value As StringCollection
 
value = instance.SecurityPolicyUriStrings
public StringCollection SecurityPolicyUriStrings {get;}
public:
property StringCollection^ SecurityPolicyUriStrings {
   StringCollection^ get();
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The individual elements of the property value cannot be null (Nothing in Visual Basic).

Remarks

When this object is used to override properties of another application manifest, an empty array in this property keeps the original value. A non-empty array in this property overrides the original value. Use an array with a single element "#" to set the value back to an empty array.

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also