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