C# Class CmisSync.Lib.Config.Password

Exibir arquivo Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
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

Method Details

Equals() public method

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 .
return bool

GetHashCode() public method

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

Password() public method

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

Password() public method

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

ToString() public method

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