1 write to Subject
mscorlib (1)
system\security\claims\ClaimsIdentity.cs (1)
1042
m_instanceClaims[i].
Subject
= this;
13 references to Subject
mscorlib (13)
system\security\claims\Claim.cs (10)
82
/// <param name="subject"> the value for <see cref="Claim.
Subject
"/>, which is the <see cref="ClaimsIdentity"/> that has these claims.</param>
102
/// <see cref="Claim.
Subject
"/> is set to null.
122
/// and <see cref="Claim.
Subject
"/> is set to null.
142
/// <see cref="Claim.
Subject
"/> is set to null.
162
/// <see cref="Claim.
Subject
"/> is set to null.
253
/// <remarks><see cref="Claim.
Subject
"/>will be set to 'null'.</remarks>
264
/// <param name="subject">the <see cref="ClaimsIdentity"/> to assign to <see cref="Claim.
Subject
"/>.</param>
265
/// <remarks><see cref="Claim.
Subject
"/>will be set to 'subject'.</remarks>
401
/// <param name="identity">the value for <see cref="Claim.
Subject
"/>, which is the <see cref="ClaimsIdentity"/> that has these claims.
402
/// <remarks><see cref="Claim.
Subject
"/> will be set to 'identity'.</remarks>
system\security\claims\ClaimsIdentity.cs (3)
643
if(object.ReferenceEquals(claim.
Subject
, this))
724
if (object.ReferenceEquals(claim.
Subject
, this))
745
if (object.ReferenceEquals(claim.
Subject
, this))