Class ServerCredentials
- Namespace
- Ecng.ComponentModel
- Assembly
- Ecng.ComponentModel.dll
The class that contains a login and password.
public class ServerCredentials : NotifiableObject, INotifyPropertyChangedEx, INotifyPropertyChanged, INotifyPropertyChanging, IPersistable
- Inheritance
-
ServerCredentials
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ServerCredentials()
Initializes a new instance of the ServerCredentials.
public ServerCredentials()
Properties
Email.
public string Email { get; set; }
Property Value
Password
Password.
public SecureString Password { get; set; }
Property Value
Token
Token.
public SecureString Token { get; set; }
Property Value
Methods
Load(SettingsStorage)
Load settings.
public virtual void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public virtual void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.