OPCDA.NET Reference Manual
IsAvailablePriv Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcServer Class : IsAvailablePriv Method

available
TRUE: current configuration allows authentication by private credentials, FALSE: current configuration has authentication by private credentials

Glossary Item Box

Query the current security configuration of the OPC server to determine if the current server configuration provides OPC Security by private credentials.

Syntax

Visual Basic (Declaration) 
Public Function IsAvailablePriv( _
   ByRef available As Boolean _
) As Integer
C# 
public int IsAvailablePriv( 
   out bool available
)

Parameters

available
TRUE: current configuration allows authentication by private credentials, FALSE: current configuration has authentication by private credentials

Return Value

HRESULTS error/succes code as defined by OPC

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.