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