QuickOPC User's Guide and Reference
GuaranteedIntegrity Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAEndpointSelectionPolicy Class : GuaranteedIntegrity Property
Endpoint selection policy that guarantees communication integrity.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property GuaranteedIntegrity As UAEndpointSelectionPolicy
'Usage
 
Dim value As UAEndpointSelectionPolicy
 
value = UAEndpointSelectionPolicy.GuaranteedIntegrity
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static UAEndpointSelectionPolicy GuaranteedIntegrity {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property UAEndpointSelectionPolicy^ GuaranteedIntegrity {
   UAEndpointSelectionPolicy^ get();
}
Remarks

Obsolete security policies are allowed with this endpoint selection policy. If you want to prevent endpoints with obsolete security policies from being selected, set the RejectObsoleteSecurityPolicies property to true, or use the GuaranteedIntegrityExcludingObsolete endpoint selection policy.

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