EasyUA Reference
SecurityLevel Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServerSecurityPolicy Class : SecurityLevel Property

Glossary Item Box

A relative estimate of the security offered by the policy.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ServerSecurityPolicy
Dim value As Byte
 
instance.SecurityLevel = value
 
value = instance.SecurityLevel
C# 
[DataMemberAttribute(3)]
public byte SecurityLevel {get; set;}

Property Value

The security level.

Remarks

This parameter allows servers to rank there policies from weakest to strongest. A value of 0 indicates the policy is not recommended. By default, clients should use policies with highest value.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.