Click or drag to resize
IUserUniqueId Property
Gets or sets the user's unique identifier.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string UniqueId { get; set; }

Property Value

Type: String
Remarks
The Unique ID should ideally be a value that you can guarantee will only be assigned to a single user and, if that user is deleted, will not be re-used for another user. However, if your user repository cannot make that guarantee then it would be acceptable to return the LoginName here, there would be side-effects but they would not be too surprising.
See Also