SecurityTokenDescriptor.Subject Property

Definition

Gets or sets the ClaimsIdentity. If both Claims and Subject are set, the claim values in Subject will be combined with the values in Claims. The values found in Claims take precedence over those found in Subject, so any duplicate values will be overridden.

public System.Security.Claims.ClaimsIdentity Subject { get; set; }
member this.Subject : System.Security.Claims.ClaimsIdentity with get, set
Public Property Subject As ClaimsIdentity

Property Value

Applies to