3 writes to subject
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlSubjectStatement.cs (3)
29
this.
subject
= samlSubject;
43
this.
subject
= value;
96
this.
subject
= samlSubject;
5 references to subject
System.IdentityModel (5)
System\IdentityModel\Tokens\SamlSubjectStatement.cs (5)
34
get { return this.
subject
; }
56
subject
.MakeReadOnly();
72
ClaimSet subjectKeyClaimset = this.
subject
.ExtractSubjectKeyClaimSet(samlAuthenticator);
77
ReadOnlyCollection<Claim> subjectClaims = this.
subject
.ExtractClaims();
85
this.policy = new UnconditionalPolicy(this.
subject
.Identity, claimSets.AsReadOnly(), SecurityUtils.MaxUtcDateTime);