3 writes to tokenType
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
52this.tokenType = other.tokenType; 92this.tokenType = tokenType; 219this.tokenType = value;
6 references to tokenType
System.ServiceModel (6)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (6)
52this.tokenType = other.tokenType; 215return this.tokenType; 324if (this.tokenType != null) 326result.Add(driver.CreateTokenTypeElement(tokenType)); 920sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "TokenType: {0}", this.tokenType == null ? "null" : this.tokenType));