ObjectSecurity Konstruktory

Definicja

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

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.

Dotyczy