SignalRConnectionDetail.Claims 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.
Custom claims that added to SignalR access token.
public System.Collections.Generic.IList<System.Security.Claims.Claim> Claims { get; set; }
member this.Claims : System.Collections.Generic.IList<System.Security.Claims.Claim> with get, set
Public Property Claims As IList(Of Claim)