Class DeviceBoundSessionKey
Unique identifier for a device bound session.
public sealed record DeviceBoundSessionKey : IEquatable<DeviceBoundSessionKey>
- Inheritance
-
DeviceBoundSessionKey
- Implements
- Inherited Members
Constructors
DeviceBoundSessionKey(string, string)
Unique identifier for a device bound session.
public DeviceBoundSessionKey(string Site, string Id)
Parameters
Properties
Id
The id of the session.
public string Id { get; init; }
Property Value
Site
The site the session is set up for.
public string Site { get; init; }