Click or drag to resize
weroSoft AG, Software
SessionTokenType Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the well known token types.

Namespace:  WeroSoft.ProcessManagement.Automation
Assembly:  WeroSoft.Heron.Client.Library (in WeroSoft.Heron.Client.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum SessionTokenType
Members
  Member nameValueDescription
Undefined0 The session type is not defined.
Heron1 The session proxy is representing a Heron session.
ASP2 The session proxy is representing a ASP.NET session.
Windows3 The session proxy is representing a Windows token type.
Other4 The session proxy is representing any other token type.
See Also