C# 클래스 CmisSync.Lib.Config.Password

파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

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

Determines whether the specified System.Object is equal to the current CmisSync.Lib.Config.Password.

GetHashCode ( ) : int

Serves as a hash function for a CmisSync.Lib.Config.Password object.

Password ( ) : System

Initializes a new instance of the Password class without setting a password.

Password ( string password ) : System

Initializes a new instance of the Password class with the given password.

ToString ( ) : string

Returns the password as plain text

메소드 상세

Equals() 공개 메소드

Determines whether the specified System.Object is equal to the current CmisSync.Lib.Config.Password.
public Equals ( object obj ) : bool
obj object The to compare with the current .
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a CmisSync.Lib.Config.Password object.
public GetHashCode ( ) : int
리턴 int

Password() 공개 메소드

Initializes a new instance of the Password class without setting a password.
public Password ( ) : System
리턴 System

Password() 공개 메소드

Initializes a new instance of the Password class with the given password.
public Password ( string password ) : System
password string as plain text
리턴 System

ToString() 공개 메소드

Returns the password as plain text
public ToString ( ) : string
리턴 string