Click or drag to resize
IAuthenticationManagement Interface
验证请求

Namespace: X3Platform.Security.Authentication
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public interface IAuthenticationManagement

The IAuthenticationManagement type exposes the following members.

Methods
  NameDescription
Public methodAddSession
新增会话
Public methodGetAccountStorageStrategy
获取用户存储策略
Public methodGetAuthUser
获取认证的用户信息
Public methodGetIdentityValue
获取用户标识的值
Public methodGetSessions
获取当前会话集合
Public methodLogin
登录
Public methodLogout
注销
Public methodRemoveSession
移除会话
Public methodResetSessions
重置所有会话
Top
Properties
  NameDescription
Public propertyIdentityName
标识的名字
Top
See Also