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

available
TRUE: current configuration allows authorization using NT credentials, FALSE: current configuration has authorization using NT credentials disabled

Glossary Item Box

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

Syntax

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

Parameters

available
TRUE: current configuration allows authorization using NT credentials, FALSE: current configuration has authorization using NT credentials disabled

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.