EasyUA Reference
VerifyPassword(String,String) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > UserIdentity Class > VerifyPassword Method : VerifyPassword(String,String) Method

username
The account name.
password
The password.

Glossary Item Box

Verifies that the security token is a valid windows user.

Syntax

Visual Basic (Usage)Copy Code
Dim username As String
Dim password As String
 
UserIdentity.VerifyPassword(username, password)
C# 
public static void VerifyPassword( 
   string username,
   string password
)

Parameters

username
The account name.
password
The password.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.