1 write to token
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (1)
179set { this.token = value; }
3 references to token
System.IdentityModel (3)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (3)
83if (token != null) 85response.RequestedSecurityToken = new RequestedSecurityToken(token); 178get { return this.token; }