Click or drag to resize

LicenceFullSessionId Property

This optional Id may be used by licensing providers to associate a session of some kind with the licence. The value is not part of the licensing database, it may be filled by host apps after successful authentication. The exact meaning of the property value is defined by the hosting environment.

Namespace: RCS.Carbon.Licensing.Shared
Assembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.14
Syntax
C#
public Guid? SessionId { get; set; }

Property Value

NullableGuid
See Also