7 references to SecureConversationBootstrap
System.ServiceModel (7)
System\ServiceModel\Configuration\SecurityElement.cs (7)
25this.SecureConversationBootstrap.IsSecurityElementBootstrap = true; // Tell the bootstrap it's potentially okay to optimize itself out of config representation 42this.SecureConversationBootstrap.CopyFrom(source.SecureConversationBootstrap); 50if (this.SecureConversationBootstrap == null) 52if (this.SecureConversationBootstrap.AuthenticationMode == AuthenticationMode.SecureConversation) 54SecurityBindingElement bootstrapSecurity = (SecurityBindingElement)this.SecureConversationBootstrap.CreateBindingElement(createTemplateOnly); 79this.SecureConversationBootstrap.InitializeFrom(sc.BootstrapSecurityBindingElement, initializeNestedBindings);