1 write to tokenType
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (1)
188set { this.tokenType = value; }
3 references to tokenType
System.IdentityModel (3)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (3)
78if (tokenType != null) 80response.TokenType = tokenType; 187get { return this.tokenType; }