QuickOPC User's Guide and Reference
GetSecuredApplication Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > AbstractEasyUAClientApplication Class : GetSecuredApplication Method
Infrastructure. Gets the security settings of the application.
Syntax
'Declaration
 
<NotNullAttribute()>
Protected MustOverride Function GetSecuredApplication() As Object
'Usage
 
Dim instance As AbstractEasyUAClientApplication
Dim value As Object
 
value = instance.GetSecuredApplication()
[NotNull()]
protected abstract object GetSecuredApplication()
[NotNull()]
protected:
abstract Object^ GetSecuredApplication(); 

Return Value

The Opc.Ua.Security.SecuredApplication containing the security settings.
Exceptions
ExceptionDescription
The OPC UA operation has failed.
Requirements

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

See Also