Freigeben über


SecurityDescriptorFlagControl Konstruktoren

Definition

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

Überlädt

SecurityDescriptorFlagControl()

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

SecurityDescriptorFlagControl(SecurityMasks)

Der SecurityDescriptorFlagControl(SecurityMasks)-Konstruktor erstellt mit der angegebenen Sicherheitsmaske eine neue Instanz der SecurityDescriptorFlagControl-Klasse.

SecurityDescriptorFlagControl()

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

Der SecurityDescriptorFlagControl(SecurityMasks)-Konstruktor erstellt mit der angegebenen Sicherheitsmaske eine neue Instanz der SecurityDescriptorFlagControl-Klasse.

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 von SecurityMasks-Werten, die Sicherheitsbeschreibungsoptionen angeben.

Gilt für: