SecurityContextSource 列挙型

定義

セキュリティ コンテキストのソースを識別します。

public enum class SecurityContextSource
public enum SecurityContextSource
type SecurityContextSource = 
Public Enum SecurityContextSource
継承
SecurityContextSource

フィールド

名前 説明
CurrentAppDomain 0

現在のアプリケーション ドメインは、セキュリティ コンテキストのソースです。

CurrentAssembly 1

現在のアセンブリは、セキュリティ コンテキストのソースです。

注釈

SecurityContextSource列挙は、一部のアセンブリ読み込みメソッドのパラメーターを指定するために使用されます。

適用対象