Conversation.Identity 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 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.