1 write to _tokenDescriptor
System.IdentityModel (1)
System\IdentityModel\SecurityTokenService.cs (1)
1027_tokenDescriptor = value;
28 references to _tokenDescriptor
System.IdentityModel (28)
System\IdentityModel\SecurityTokenService.cs (28)
735_tokenDescriptor.TokenIssuerName = GetValidIssuerName(); 738_tokenDescriptor.Lifetime = GetTokenLifetime(request.Lifetime); 741_tokenDescriptor.Proof = GetProofToken(request, scope); 744_tokenDescriptor.Subject = GetOutputClaimsIdentity(principal, request, scope); 751_tokenDescriptor.TokenType = request.TokenType; 760_tokenDescriptor.TokenType = identifiers[0]; 762_tokenDescriptor.Token = securityTokenHandler.CreateToken(_tokenDescriptor); 763_tokenDescriptor.AttachedReference = securityTokenHandler.CreateSecurityTokenReference(_tokenDescriptor.Token, true); 764_tokenDescriptor.UnattachedReference = securityTokenHandler.CreateSecurityTokenReference(_tokenDescriptor.Token, false); 767RSTR rstr = GetResponse(request, _tokenDescriptor); 860_tokenDescriptor.TokenIssuerName = GetValidIssuerName(); 865_tokenDescriptor.Lifetime = GetTokenLifetime(request == null ? null : request.Lifetime); 870_tokenDescriptor.Proof = GetProofToken(request, this.Scope); 934if (_tokenDescriptor == null) 939_tokenDescriptor.Subject = EndGetOutputClaimsIdentity(result); 947_tokenDescriptor.TokenType = request.TokenType; 956_tokenDescriptor.TokenType = identifiers[0]; 958_tokenDescriptor.Token = securityTokenHandler.CreateToken(_tokenDescriptor); 959_tokenDescriptor.AttachedReference = securityTokenHandler.CreateSecurityTokenReference(_tokenDescriptor.Token, true); 960_tokenDescriptor.UnattachedReference = securityTokenHandler.CreateSecurityTokenReference(_tokenDescriptor.Token, false); 963response = GetResponse(request, _tokenDescriptor); 1020get { return _tokenDescriptor; }