4 references to TokenType
System.ServiceModel (4)
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (4)
101[ConfigurationProperty(ConfigurationStrings.TokenType, DefaultValue = "")] 105get { return (string)base[ConfigurationStrings.TokenType]; } 113base[ConfigurationStrings.TokenType] = value; 235SetPropertyValueIfNotDefaultValue(ConfigurationStrings.TokenType, source.TokenType);