19 references to ExtendedProtectionPolicyElement
System.ServiceModel (19)
System\ServiceModel\Channels\ChannelBindingUtility.cs (4)
45public static void CopyFrom(ExtendedProtectionPolicyElement source, ExtendedProtectionPolicyElement destination) 58public static void InitializeFrom(ExtendedProtectionPolicy source, ExtendedProtectionPolicyElement destination) 78public static ExtendedProtectionPolicy BuildPolicy(ExtendedProtectionPolicyElement configurationPolicy)
System\ServiceModel\Configuration\HttpTransportElement.cs (2)
163public ExtendedProtectionPolicyElement ExtendedProtectionPolicy 165get { return (ExtendedProtectionPolicyElement)base[ConfigurationStrings.ExtendedProtectionPolicy]; }
System\ServiceModel\Configuration\HttpTransportSecurityElement.cs (2)
38public ExtendedProtectionPolicyElement ExtendedProtectionPolicy 40get { return (ExtendedProtectionPolicyElement)base[ConfigurationStrings.ExtendedProtectionPolicy]; }
System\ServiceModel\Configuration\Properties.cs (5)
1375properties.Add(new ConfigurationProperty("extendedProtectionPolicy", typeof(System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement), null, null, null, System.Configuration.ConfigurationPropertyOptions.None)); 1402properties.Add(new ConfigurationProperty("extendedProtectionPolicy", typeof(System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement), null, null, null, System.Configuration.ConfigurationPropertyOptions.None)); 3503properties.Add(new ConfigurationProperty("extendedProtectionPolicy", typeof(System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement), null, null, null, System.Configuration.ConfigurationPropertyOptions.None)); 3529properties.Add(new ConfigurationProperty("extendedProtectionPolicy", typeof(System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement), null, null, null, System.Configuration.ConfigurationPropertyOptions.None)); 4621properties.Add(new ConfigurationProperty("extendedProtectionPolicy", typeof(System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\TcpTransportElement.cs (2)
105public ExtendedProtectionPolicyElement ExtendedProtectionPolicy 107get { return (ExtendedProtectionPolicyElement)base[ConfigurationStrings.ExtendedProtectionPolicy]; }
System\ServiceModel\Configuration\TcpTransportSecurityElement.cs (2)
37public ExtendedProtectionPolicyElement ExtendedProtectionPolicy 39get { return (ExtendedProtectionPolicyElement)base[ConfigurationStrings.ExtendedProtectionPolicy]; }
System\ServiceModel\Configuration\WSHttpTransportSecurityElement.cs (2)
36public ExtendedProtectionPolicyElement ExtendedProtectionPolicy 38get { return (ExtendedProtectionPolicyElement)base[ConfigurationStrings.ExtendedProtectionPolicy]; }