SecurityDescriptorFlagControl Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.