Conversation.Identity Property

Definition

Gets a claims-based identity constructed from the current set of claims.

[System.Text.Json.Serialization.JsonIgnore]
public System.Security.Claims.ClaimsIdentity Identity { get; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Identity : System.Security.Claims.ClaimsIdentity
Public ReadOnly Property Identity As ClaimsIdentity

Property Value

Attributes

Remarks

The returned identity reflects the current claims in the object. Modifying the claims after accessing this property does not update the returned identity instance.

Applies to