C# Класс CmisSync.Lib.Config.Password

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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