Enum IdentityType
Denotes types of identities: Users, Groups etc.
Namespace: NFX.Security
Assembly: NFX.dll
Syntax
public enum IdentityType
  Fields
| Name | Description | 
|---|---|
| Business | Identity of business entity such as vendor, bank etc.  | 
      
| Group | Identity of group of users  | 
      
| Other | |
| Process | Identity of system component such as Process  | 
      
| User | Identity of particular system User  |