id


Description:

public string id { get; construct; }

The instance identifier for this PersonaStore.

Since each Backend can provide multiple different PersonaStores for different accounts or servers (for example), they each need an ID which is unique within the backend.

It is immutable over the life of the PersonaStore.