Click or drag to resize
IAuthenticationManagementAddSession Method
新增会话

Namespace: X3Platform.Security.Authentication
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
void AddSession(
	string sessionId,
	IAccountInfo account
)

Parameters

sessionId
Type: SystemString

[Missing <param name="sessionId"/> documentation for "M:X3Platform.Security.Authentication.IAuthenticationManagement.AddSession(System.String,X3Platform.Membership.IAccountInfo)"]

account
Type: X3Platform.MembershipIAccountInfo

[Missing <param name="account"/> documentation for "M:X3Platform.Security.Authentication.IAuthenticationManagement.AddSession(System.String,X3Platform.Membership.IAccountInfo)"]

See Also