| AnalyticsOptionsAnalyticsHashOptions Enumeration | 
 
            Specifies which client information which will be hashed before reporting an analytics event
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntax[FlagsAttribute]
public enum AnalyticsHashOptions
 Members
Members|  | Member name | Value | Description | 
|---|
|  | None | 0 | No client information will be hashed. | 
|  | User | 1 | System user name will be hashed. | 
|  | Manifest | 2 | Openfin application manifest path will be hashed. | 
|  | Domain | 4 | System domain will be hashed. | 
|  | All | 7 | All client information will be hashed. | 
 See Also
See Also