SecurityDescriptorFlagControl Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
De SecurityDescriptorFlagControl() constructor maakt een nieuw exemplaar van de SecurityDescriptorFlagControl klasse.
Overloads
| Name | Description |
|---|---|
| SecurityDescriptorFlagControl() |
De SecurityDescriptorFlagControl() constructor maakt een nieuw exemplaar van de SecurityDescriptorFlagControl klasse. |
| SecurityDescriptorFlagControl(SecurityMasks) |
De SecurityDescriptorFlagControl(SecurityMasks) constructor maakt een nieuw exemplaar van de SecurityDescriptorFlagControl klasse met behulp van de opgegeven beveiligingsmaskers. |
SecurityDescriptorFlagControl()
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
De SecurityDescriptorFlagControl() constructor maakt een nieuw exemplaar van de SecurityDescriptorFlagControl klasse.
public:
SecurityDescriptorFlagControl();
public SecurityDescriptorFlagControl();
Public Sub New ()
Van toepassing op
SecurityDescriptorFlagControl(SecurityMasks)
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
De SecurityDescriptorFlagControl(SecurityMasks) constructor maakt een nieuw exemplaar van de SecurityDescriptorFlagControl klasse met behulp van de opgegeven beveiligingsmaskers.
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)
Parameters
- masks
- SecurityMasks
Een combinatie van SecurityMasks waarden die beveiligingsdescriptoropties opgeven.