ObjectSecurity Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Inicializálja a ObjectSecurity osztály új példányát.
Túlterhelések
| Name | Description |
|---|---|
| ObjectSecurity() |
Inicializálja a ObjectSecurity osztály új példányát. |
| ObjectSecurity(CommonSecurityDescriptor) |
Inicializálja a ObjectSecurity osztály új példányát. |
| ObjectSecurity(Boolean, Boolean) |
Inicializálja a ObjectSecurity osztály új példányát. |
ObjectSecurity()
Inicializálja a ObjectSecurity osztály új példányát.
protected:
ObjectSecurity();
protected ObjectSecurity();
Protected Sub New ()
A következőre érvényes:
ObjectSecurity(CommonSecurityDescriptor)
Inicializálja a ObjectSecurity osztály új példányát.
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)
Paraméterek
- securityDescriptor
- CommonSecurityDescriptor
Az CommonSecurityDescriptor új CommonObjectSecurity példány.
A következőre érvényes:
ObjectSecurity(Boolean, Boolean)
Inicializálja a ObjectSecurity osztály új példányát.
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)
Paraméterek
- isContainer
- Boolean
true ha az új ObjectSecurity objektum tárolóobjektum.
- isDS
- Boolean
Igaz, ha az új ObjectSecurity objektum könyvtárobjektum.