1 write to isStrictMode
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionFilter.cs (1)
36this.isStrictMode = isStrictMode;
3 references to isStrictMode
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionFilter.cs (3)
88if (!this.standardsManager.TryGetSecurityContextIds(message, message.Version.Envelope.UltimateDestinationActorValues, this.isStrictMode, contextIds)) 130return new SecuritySessionFilterTable<FilterData>(this.standardsManager, this.isStrictMode, this.excludedActions); 255if (sessionFilter.isStrictMode != this.isStrictMode)