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