C# Class CmisSync.Lib.Config.Password

Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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 .
Résultat bool

GetHashCode() public méthode

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

Password() public méthode

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

Password() public méthode

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

ToString() public méthode

Returns the password as plain text
public ToString ( ) : string
Résultat string