ObjectSecurity Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy ObjectSecurity.
Przeciążenia
ObjectSecurity() |
Inicjuje nowe wystąpienie klasy ObjectSecurity. |
ObjectSecurity(CommonSecurityDescriptor) |
Inicjuje nowe wystąpienie klasy ObjectSecurity. |
ObjectSecurity(Boolean, Boolean) |
Inicjuje nowe wystąpienie klasy ObjectSecurity. |
ObjectSecurity()
Inicjuje nowe wystąpienie klasy ObjectSecurity.
protected:
ObjectSecurity();
protected ObjectSecurity ();
Protected Sub New ()
Dotyczy
ObjectSecurity(CommonSecurityDescriptor)
Inicjuje nowe wystąpienie klasy ObjectSecurity.
protected:
ObjectSecurity(System::Security::AccessControl::CommonSecurityDescriptor ^ securityDescriptor);
protected ObjectSecurity (System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor);
new System.Security.AccessControl.ObjectSecurity : System.Security.AccessControl.CommonSecurityDescriptor -> System.Security.AccessControl.ObjectSecurity
Protected Sub New (securityDescriptor As CommonSecurityDescriptor)
Parametry
- securityDescriptor
- CommonSecurityDescriptor
CommonObjectSecurity Nowe CommonSecurityDescriptor wystąpienie.
Dotyczy
ObjectSecurity(Boolean, Boolean)
Inicjuje nowe wystąpienie klasy ObjectSecurity.
protected:
ObjectSecurity(bool isContainer, bool isDS);
protected ObjectSecurity (bool isContainer, bool isDS);
new System.Security.AccessControl.ObjectSecurity : bool * bool -> System.Security.AccessControl.ObjectSecurity
Protected Sub New (isContainer As Boolean, isDS As Boolean)
Parametry
- isContainer
- Boolean
true
jeśli nowy ObjectSecurity obiekt jest obiektem kontenera.
- isDS
- Boolean
Prawda, jeśli nowy ObjectSecurity obiekt jest obiektem katalogu.