15 references to ExtendedProtectionPolicy
System.ServiceModel (15)
System\ServiceModel\Configuration\HttpTransportElement.cs (3)
162
[ConfigurationProperty(ConfigurationStrings.
ExtendedProtectionPolicy
)]
165
get { return (ExtendedProtectionPolicyElement)base[ConfigurationStrings.
ExtendedProtectionPolicy
]; }
166
private set { base[ConfigurationStrings.
ExtendedProtectionPolicy
] = value; }
System\ServiceModel\Configuration\HttpTransportSecurityElement.cs (3)
37
[ConfigurationProperty(ConfigurationStrings.
ExtendedProtectionPolicy
)]
40
get { return (ExtendedProtectionPolicyElement)base[ConfigurationStrings.
ExtendedProtectionPolicy
]; }
41
private set { base[ConfigurationStrings.
ExtendedProtectionPolicy
] = value; }
System\ServiceModel\Configuration\TcpTransportElement.cs (3)
104
[ConfigurationProperty(ConfigurationStrings.
ExtendedProtectionPolicy
)]
107
get { return (ExtendedProtectionPolicyElement)base[ConfigurationStrings.
ExtendedProtectionPolicy
]; }
108
private set { base[ConfigurationStrings.
ExtendedProtectionPolicy
] = value; }
System\ServiceModel\Configuration\TcpTransportSecurityElement.cs (3)
36
[ConfigurationProperty(ConfigurationStrings.
ExtendedProtectionPolicy
)]
39
get { return (ExtendedProtectionPolicyElement)base[ConfigurationStrings.
ExtendedProtectionPolicy
]; }
40
private set { base[ConfigurationStrings.
ExtendedProtectionPolicy
] = value; }
System\ServiceModel\Configuration\WSHttpTransportSecurityElement.cs (3)
35
[ConfigurationProperty(ConfigurationStrings.
ExtendedProtectionPolicy
)]
38
get { return (ExtendedProtectionPolicyElement)base[ConfigurationStrings.
ExtendedProtectionPolicy
]; }
39
private set { base[ConfigurationStrings.
ExtendedProtectionPolicy
] = value; }