SecurityDescriptorFlagControl Konstruktoren

Definition

Der SecurityDescriptorFlagControl() Konstruktor erstellt eine neue Instanz der SecurityDescriptorFlagControl Klasse.

Überlädt

Name Beschreibung
SecurityDescriptorFlagControl()

Der SecurityDescriptorFlagControl() Konstruktor erstellt eine neue Instanz der SecurityDescriptorFlagControl Klasse.

SecurityDescriptorFlagControl(SecurityMasks)

Der SecurityDescriptorFlagControl(SecurityMasks) Konstruktor erstellt eine neue Instanz der SecurityDescriptorFlagControl Klasse mithilfe der angegebenen Sicherheitsmasken.

SecurityDescriptorFlagControl()

Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs

Der SecurityDescriptorFlagControl() Konstruktor erstellt eine neue Instanz der SecurityDescriptorFlagControl Klasse.

public:
 SecurityDescriptorFlagControl();
public SecurityDescriptorFlagControl();
Public Sub New ()

Gilt für:

SecurityDescriptorFlagControl(SecurityMasks)

Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs

Der SecurityDescriptorFlagControl(SecurityMasks) Konstruktor erstellt eine neue Instanz der SecurityDescriptorFlagControl Klasse mithilfe der angegebenen Sicherheitsmasken.

public:
 SecurityDescriptorFlagControl(System::DirectoryServices::Protocols::SecurityMasks masks);
public SecurityDescriptorFlagControl(System.DirectoryServices.Protocols.SecurityMasks masks);
new System.DirectoryServices.Protocols.SecurityDescriptorFlagControl : System.DirectoryServices.Protocols.SecurityMasks -> System.DirectoryServices.Protocols.SecurityDescriptorFlagControl
Public Sub New (masks As SecurityMasks)

Parameter

masks
SecurityMasks

Eine Kombination aus SecurityMasks Werten, die Sicherheitsbeschreibungsoptionen angeben.

Gilt für: