HttpTransportElement.ExtendedProtectionPolicy 属性
定义
获取一个 ExtendedProtectionPolicyElement 实例,其中包含用于会话的扩展保护的配置设置。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
属性值
包含用于会话的扩展保护的配置设置的 ExtendedProtectionPolicyElement。The ExtendedProtectionPolicyElement which contains the configuration settings to use for extended protection for a session.
- 属性