Opc.Ua.Core
RequireEncryption Method



Opc.Ua Namespace > ServerBase Class : RequireEncryption Method
The description.
Specifies if the server requires encryption; if so the server needs to send its certificate to the clients and validate the client certificates
Syntax
'Declaration
 
Public Shared Function RequireEncryption( _
   ByVal description As EndpointDescription _
) As Boolean
'Usage
 
Dim description As EndpointDescription
Dim value As Boolean
 
value = ServerBase.RequireEncryption(description)
public static bool RequireEncryption( 
   EndpointDescription description
)
public:
static bool RequireEncryption( 
   EndpointDescription^ description
) 

Parameters

description
The description.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServerBase Class
ServerBase Members