6 references to SecureConversationBootstrapBindingElementsBelowSecurityKey
System.ServiceModel (6)
System\ServiceModel\Channels\SecurityBindingElement.cs (4)
2057
exporter.State[SecurityPolicyStrings.
SecureConversationBootstrapBindingElementsBelowSecurityKey
] = bindingElementsBelowSecurity;
2081
exporter.State.Remove(SecurityPolicyStrings.
SecureConversationBootstrapBindingElementsBelowSecurityKey
);
2131
exporter.State[SecurityPolicyStrings.
SecureConversationBootstrapBindingElementsBelowSecurityKey
] = bindingElementsBelowSecurity;
2172
exporter.State.Remove(SecurityPolicyStrings.
SecureConversationBootstrapBindingElementsBelowSecurityKey
);
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
2643
if (exporter.State.ContainsKey(SecurityPolicyStrings.
SecureConversationBootstrapBindingElementsBelowSecurityKey
))
2645
BindingElementCollection bindingElementsBelowSecurity = exporter.State[SecurityPolicyStrings.
SecureConversationBootstrapBindingElementsBelowSecurityKey
] as BindingElementCollection;