|   | AppIdentity Constructor (String, Int32, Int32, String) | 
 
            Use this constructor for well-known users only.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic AppIdentity(
	string userName,
	int userId,
	int customerId,
	string authenticationType
)
Parameters
- userName
 - Type: SystemString
 - userId
 - Type: SystemInt32
            Id of a well-known user.
             - customerId
 - Type: SystemInt32
            Id of the customer which the user belongs to.
             - authenticationType
 - Type: SystemString
 
See Also