PlatformContext.UserIdKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the user ID key β the global, cross-agent partition under which per-user state should be stored.
public virtual string? UserIdKey { get; }
member this.UserIdKey : string
Public Overridable ReadOnly Property UserIdKey As String
Property Value
An opaque string from x-agent-user-id, or
null when running outside the platform.