Click or drag to resize

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
C#
[FlagsAttribute]
public enum AnalyticsHashOptions
Members
  Member nameValueDescription
None0 No client information will be hashed.
User1 System user name will be hashed.
Manifest2 Openfin application manifest path will be hashed.
Domain4 System domain will be hashed.
All7 All client information will be hashed.
See Also