OpcClientIdentity Members

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcClientIdentity type exposes the following members.

OpcClientIdentity(String, String)

C#

public OpcClientIdentity(string userName, string password)


Parameters

userName String


password String



Exceptions

ArgumentException


ArgumentNullException


DisplayName

C#

public override string DisplayName { get; }


Property Value

String

Password

C#

public string Password { get; }


Property Value

String

UserName

C#

public string UserName { get; }


Property Value

String

Impersonate()

C#

public override OpcImpersonationContext Impersonate()


Returns

OpcImpersonationContext

Matches(String, String)

C#

public bool Matches(string userName, string password)


Parameters

userName String


password String



Returns

Boolean