6 writes to TokenType
Binding.WS.FederationHttp.IntegrationTests (1)
WSFederationHttpBindingTests.cs (1)
49TokenType = Saml2Constants.OasisWssSaml2TokenProfile11,
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WsTrustTokenParameters.cs (2)
188TokenType = Saml2Constants.OasisWssSaml2TokenProfile11, 203TokenType = Saml2Constants.OasisWssSaml2TokenProfile11,
System.ServiceModel.Federation.Tests (1)
WSTrustChannelSecurityTokenProviderTest.cs (1)
41TokenType = Saml2Constants.OasisWssSaml2TokenProfile11,
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
36TokenType = other.TokenType; 76TokenType = tokenType;
4 references to TokenType
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (4)
36TokenType = other.TokenType; 153sb.AppendLine(string.Format(CultureInfo.InvariantCulture, "TokenType: {0}", TokenType == null ? "null" : TokenType)); 194requirement.TokenType = TokenType;