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