HostProtectionAttribute.SecurityInfrastructure プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セキュリティ インフラストラクチャが公開されているかどうかを示す値を取得または設定します。
public:
property bool SecurityInfrastructure { bool get(); void set(bool value); };
[System.Runtime.InteropServices.ComVisible(true)]
public bool SecurityInfrastructure { get; set; }
[<System.Runtime.InteropServices.ComVisible(true)>]
member this.SecurityInfrastructure : bool with get, set
Public Property SecurityInfrastructure As Boolean
プロパティ値
true セキュリティ インフラストラクチャが公開されている場合。それ以外の場合は false。 既定値は false です。
- 属性
注釈
WindowsIdentity オブジェクトを使用してユーザーを偽装することは、セキュリティ インフラストラクチャを公開する例です。