2 writes to ExpectSupportingTokens
System.ServiceModel (2)
System\ServiceModel\Security\SecurityProtocol.cs (2)
326this.factory.ExpectSupportingTokens = true; 412this.factory.ExpectSupportingTokens = true;
2 references to ExpectSupportingTokens
System.ServiceModel (2)
System\ServiceModel\Security\MessageSecurityProtocol.cs (2)
58return requiresAppSecurity || factory.ExpectSupportingTokens; 70return requiresAppSecurity || factory.ExpectSupportingTokens;