[]
用户管理网站的信息。
public interface IUserServiceInfo
获取所有的云存储信息
List<string> AllCloudStorageAuthenticationInfos { get; }
| 类型 | 描述 |
|---|---|
| System.Collections.Generic.List<T><string> |
获取所有的角色。
List<string> AllRoles { get; }
| 类型 | 描述 |
|---|---|
| System.Collections.Generic.List<T><string> |