Click or drag to resize

Authentificationcls_UsersLoginCollectionAdd(Int64, String, enm_UserAuthentificationType, String, String, String, String, String) Method

EXALOGIC

Namespace: Exa.OBERON.Services.OBERON
Assembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.33.0 (5.0.33.0)
Syntax
public ExaException Add(
	long u_UserIDNum,
	string u_UserName,
	enm_UserAuthentificationType u_UserAuthentificationType,
	string u_loginTag,
	string u_UserAgend,
	string u_ClientAddressIP,
	string u_Salt,
	ref string urf_UserGUID
)

Parameters

u_UserIDNum  Int64
 
u_UserName  String
 
u_UserAuthentificationType  enm_UserAuthentificationType
 
u_loginTag  String
 
u_UserAgend  String
 
u_ClientAddressIP  String
 
u_Salt  String
 
urf_UserGUID  String
 

Return Value

ExaException
See Also