1 write to subjectToken
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlSubject.cs (1)
329
this.
subjectToken
= SamlSerializer.ResolveSecurityToken(this.securityKeyIdentifier, outOfBandTokenResolver);
3 references to subjectToken
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlSubject.cs (3)
226
if (this.
subjectToken
!= null)
228
this.subjectKeyClaimset = samlAuthenticator.ResolveClaimSet(this.
subjectToken
);
230
this.identity = samlAuthenticator.ResolveIdentity(this.
subjectToken
);