Interface IUserCredential
用户信息接口
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public interface IUserCredential
Properties
Password
密码
Declaration
string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
UserName
用户名
Declaration
string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |