3 writes to expectSupportingTokens
System.ServiceModel (3)
System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
386set { this.expectSupportingTokens = value; } 822this.expectSupportingTokens = true; 1031this.expectSupportingTokens = true;
1 reference to expectSupportingTokens
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
385get { return this.expectSupportingTokens; }