ExtendedProtectionPolicyElement.ProtectionScenario プロパティ

定義

この構成ポリシー要素の拡張保護ポリシーによって適用される保護の種類を取得または設定します。

public:
 property System::Security::Authentication::ExtendedProtection::ProtectionScenario ProtectionScenario { System::Security::Authentication::ExtendedProtection::ProtectionScenario get(); void set(System::Security::Authentication::ExtendedProtection::ProtectionScenario value); };
[System.Configuration.ConfigurationProperty("protectionScenario", DefaultValue=System.Security.Authentication.ExtendedProtection.ProtectionScenario.TransportSelected)]
public System.Security.Authentication.ExtendedProtection.ProtectionScenario ProtectionScenario { get; set; }
[<System.Configuration.ConfigurationProperty("protectionScenario", DefaultValue=System.Security.Authentication.ExtendedProtection.ProtectionScenario.TransportSelected)>]
member this.ProtectionScenario : System.Security.Authentication.ExtendedProtection.ProtectionScenario with get, set
Public Property ProtectionScenario As ProtectionScenario

プロパティ値

ProtectionScenario

ポリシーによって適用される保護の種類を示す ProtectionScenario 値。

属性

適用対象