Click or drag to resize
IAuthenticationManagementLogin Method
登录

Namespace: X3Platform.Security.Authentication
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
int Login(
	string loginName,
	string password,
	bool isCreatePresistent
)

Parameters

loginName
Type: SystemString

[Missing <param name="loginName"/> documentation for "M:X3Platform.Security.Authentication.IAuthenticationManagement.Login(System.String,System.String,System.Boolean)"]

password
Type: SystemString

[Missing <param name="password"/> documentation for "M:X3Platform.Security.Authentication.IAuthenticationManagement.Login(System.String,System.String,System.Boolean)"]

isCreatePresistent
Type: SystemBoolean

[Missing <param name="isCreatePresistent"/> documentation for "M:X3Platform.Security.Authentication.IAuthenticationManagement.Login(System.String,System.String,System.Boolean)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:X3Platform.Security.Authentication.IAuthenticationManagement.Login(System.String,System.String,System.Boolean)"]

See Also