Click or drag to resize

PFUserIdentityStatus Enumeration

Identifies the status of an user identity.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFUserIdentityStatus
Members
  Member nameValueDescription
Alternative0 The identity is a permanent alternative.
New1 The identity is new and will be set on the PFUser the next time he connects to the site. When it happens, an old identity will be created with the current PFUser identity.
Old2 The identity was previously used and is not considered as active anymore. But the user can still connect to the site using it.
See Also