EasyUA Reference
RequireEncryption Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServerBase Class : RequireEncryption Method

description
The description.

Glossary Item Box

Specifies if the server requires encryption; if so the server needs to send its certificate to the clients and validate the client certificates

Syntax

Visual Basic (Usage)Copy Code
Dim description As EndpointDescription
Dim value As Boolean
 
value = ServerBase.RequireEncryption(description)
C# 
public static bool RequireEncryption( 
   EndpointDescription description
)

Parameters

description
The description.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.