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
|
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public Password ( string password ) : System | ||
password | string | as plain text |
return | System |