SecurityContextSource Výčet

Definice

Identifikuje zdroj kontextu zabezpečení.

public enum class SecurityContextSource
public enum SecurityContextSource
type SecurityContextSource = 
Public Enum SecurityContextSource
Dědičnost
SecurityContextSource

Pole

CurrentAppDomain 0

Aktuální doména aplikace je zdrojem kontextu zabezpečení.

CurrentAssembly 1

Aktuální sestavení je zdrojem kontextu zabezpečení.

Poznámky

Výčet SecurityContextSource se používá k zadání parametrů pro některé metody načítání sestavení.

Platí pro