Serialize the EntityToken

Namespace: Composite.C1Console.Security
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public abstract string Serialize()
Visual Basic
Public MustOverride Function Serialize As String
Visual C++
public:
virtual String^ Serialize() abstract

Return Value

a string representation of the entity token

See Also