HostProtectionAttribute.SecurityInfrastructure プロパティ

定義

セキュリティ インフラストラクチャが公開されているかどうかを示す値を取得または設定します。

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 オブジェクトを使用してユーザーを偽装することは、セキュリティ インフラストラクチャを公開する例です。

適用対象

こちらもご覧ください