3 writes to ValidateMustUnderstand
System.ServiceModel (3)
System\ServiceModel\Description\MustUnderstandBehavior.cs (1)
49behavior.ValidateMustUnderstand = this.ValidateMustUnderstand;
System\ServiceModel\Security\NegotiationTokenProvider.cs (1)
124clientRuntime.ValidateMustUnderstand = false;
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
423clientRuntime.ValidateMustUnderstand = false;
1 reference to ValidateMustUnderstand
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
40this.validateMustUnderstand = behavior.ValidateMustUnderstand;