HttpTransportElement.ExtendedProtectionPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a ExtendedProtectionPolicyElement instance which contains the configuration settings to use for extended protection for a session.
public:
property System::Security::Authentication::ExtendedProtection::Configuration::ExtendedProtectionPolicyElement ^ ExtendedProtectionPolicy { System::Security::Authentication::ExtendedProtection::Configuration::ExtendedProtectionPolicyElement ^ get(); };
[System.Configuration.ConfigurationProperty("extendedProtectionPolicy")]
public System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement ExtendedProtectionPolicy { get; }
[<System.Configuration.ConfigurationProperty("extendedProtectionPolicy")>]
member this.ExtendedProtectionPolicy : System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement
Public ReadOnly Property ExtendedProtectionPolicy As ExtendedProtectionPolicyElement
Property Value
The ExtendedProtectionPolicyElement which contains the configuration settings to use for extended protection for a session.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.