WindowsPrincipal-Klasse
Ermöglicht es, mithilfe von Code die Mitgliedschaft eines Windows-Benutzers in einer Windows-Gruppe zu überprüfen.
Namespace: System.Security.Principal
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(True)> _
Public Class WindowsPrincipal
Implements IPrincipal
'Usage
Dim instance As WindowsPrincipal
[SerializableAttribute]
[ComVisibleAttribute(true)]
public class WindowsPrincipal : IPrincipal
[SerializableAttribute]
[ComVisibleAttribute(true)]
public ref class WindowsPrincipal : IPrincipal
/** @attribute SerializableAttribute() */
/** @attribute ComVisibleAttribute(true) */
public class WindowsPrincipal implements IPrincipal
SerializableAttribute
ComVisibleAttribute(true)
public class WindowsPrincipal implements IPrincipal
Vererbungshierarchie
System.Object
System.Security.Principal.WindowsPrincipal
Threadsicherheit
Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Plattformen
Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0