[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=GenericIdentity,IIdentity Info=Represents a generic user. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the GenericIdentity class. ARG(enum)|14|0|Constructor,Constructor2 UserName=Sets the name of the user on whose behalf the code is running. ARG(string)|2| Type=Sets the type of authentication used to identify the user. ARG(string)|2| [Methods] *doConstructor=Initializes a new instance of the GenericIdentity class representing the user with the specified name. ARG(string name)|1|0 *doConstructor2=Initializes a new instance of the GenericIdentity class representing the user with the specified name and authentication type. ARG(string name, string type)|1|0 *.Name=Returns the user's name. ARG(string)|3|2 *AuthenticationType=Returns the type of authentication used to identify the user. ARG(string)|3|2 *IsAuthenticated=Returns a value indicating whether the user has been authenticated. ARG(bool)|3|104 GenericIdentity=Returns the GenericIdentity object. ARG(GenericIdentity)|3|0 *username=Defines the name of the user on whose behalf the code is running. ARG(string)|4|2 *type=Defines the type of authentication used to identify the user. ARG(string)|4|2