C# 클래스 Opc.Ua.Com.UserIdentity

The user identity to use when connecting to the COM server.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object target ) : bool

Determines if the object is equal to the specified value.

GetHashCode ( ) : int

Returns a suitable hash code for the result.

IsDefault ( UserIdentity identity ) : bool

Whether the identity represents an the default identity.

ToString ( ) : string

Converts the object to a string used for display.

UserIdentity ( string username, string password ) : System

Sets the username and password (extracts the domain from the username if a '\' is present).

operator ( ) : bool

Returns true if the objects are equal.

메소드 상세

Equals() 공개 메소드

Determines if the object is equal to the specified value.
public Equals ( object target ) : bool
target object
리턴 bool

GetHashCode() 공개 메소드

Returns a suitable hash code for the result.
public GetHashCode ( ) : int
리턴 int

IsDefault() 공개 정적인 메소드

Whether the identity represents an the default identity.
public static IsDefault ( UserIdentity identity ) : bool
identity UserIdentity
리턴 bool

ToString() 공개 메소드

Converts the object to a string used for display.
public ToString ( ) : string
리턴 string

UserIdentity() 공개 메소드

Sets the username and password (extracts the domain from the username if a '\' is present).
public UserIdentity ( string username, string password ) : System
username string
password string
리턴 System

operator() 공개 정적인 메소드

Returns true if the objects are equal.
public static operator ( ) : bool
리턴 bool