1 write to TokenType
System.ServiceModel (1)
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (1)
197this.TokenType = source.TokenType;
3 references to TokenType
System.ServiceModel (3)
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (3)
150if (!string.IsNullOrEmpty(this.TokenType)) 152parameters.TokenType = this.TokenType; 197this.TokenType = source.TokenType;