4 references to SecureConversationServiceElement
System.ServiceModel (4)
System\ServiceModel\Configuration\Properties.cs (1)
3119
properties.Add(new ConfigurationProperty("secureConversationAuthentication", typeof(System.ServiceModel.Configuration.
SecureConversationServiceElement
), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\SecureConversationServiceElement.cs (1)
36
public void Copy(
SecureConversationServiceElement
from)
System\ServiceModel\Configuration\ServiceCredentialsElement.cs (2)
89
public
SecureConversationServiceElement
SecureConversationAuthentication
91
get { return (
SecureConversationServiceElement
)base[ConfigurationStrings.SecureConversationAuthentication]; }