2 writes to TokenType
System.ServiceModel (2)
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (1)
152parameters.TokenType = this.TokenType;
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
261this.TokenType = tokenType;
4 references to TokenType
System.ServiceModel (4)
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (1)
235SetPropertyValueIfNotDefaultValue(ConfigurationStrings.TokenType, source.TokenType);
System\ServiceModel\FederatedMessageSecurityOverHttp.cs (1)
302messageSecurity.IssuedTokenType = issuedTokenParameters.TokenType;
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
832if (parameters.TokenType != SecurityXXX2005Strings.SamlTokenType) 961requirement.TokenType = this.TokenType;