Język

PropertySetAccessRule Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy PropertySetAccessRule.

Przeciążenia

Nazwa Opis
PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid)

Inicjuje nowe wystąpienie PropertySetAccessRule klasy z określonym odwołaniem do tożsamości, typem kontroli dostępu, typem dostępu do właściwości i identyfikatorem zestawu właściwości.

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance)

Inicjuje nowe wystąpienie klasy PropertySetAccessRule z określonym odwołaniem do tożsamości, typem kontroli dostępu, typem dostępu do właściwości, identyfikatorem zestawu właściwości i Active Directory Domain Services informacji o dziedziczeniu zabezpieczeń.

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance, Guid)

Inicjuje nowe wystąpienie PropertySetAccessRule klasy z określonym odwołaniem do tożsamości, typem kontroli dostępu, typem dostępu do właściwości, identyfikatorem zestawu właściwości, typem dziedziczenia i typem dziedziczonego obiektu.

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid)

Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs

Inicjuje nowe wystąpienie PropertySetAccessRule klasy z określonym odwołaniem do tożsamości, typem kontroli dostępu, typem dostępu do właściwości i identyfikatorem zestawu właściwości.

public:
 PropertySetAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access, Guid propertySetType);
public PropertySetAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, Guid propertySetType);
new System.DirectoryServices.PropertySetAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess * Guid -> System.DirectoryServices.PropertySetAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess, propertySetType As Guid)

Parametry

identity
IdentityReference

Obiekt IdentityReference , który identyfikuje zaufania reguły dostępu.

type
AccessControlType

AccessControlType Jedna z wartości wyliczenia, która określa typ reguły dostępu.

access
PropertyAccess

PropertyAccess Jedna z wartości wyliczenia, która określa typ dostępu do właściwości.

propertySetType
Guid

Rights-Guid zestawu właściwości, do którego ma zastosowanie ta reguła dostępu. W dokumentacji schematu Active Directory Domain Services te informacje można znaleźć w Rights-GUID wiersza na stronie referencyjnej dla każdego zestawu właściwości. Aby uzyskać więcej informacji, zobacz artykuł dotyczący atrybutuRights-Guid . Aby uzyskać listę zestawów właściwości, zobacz artykuł Zestawy właściwości .

Dotyczy

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance)

Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs

Inicjuje nowe wystąpienie klasy PropertySetAccessRule z określonym odwołaniem do tożsamości, typem kontroli dostępu, typem dostępu do właściwości, identyfikatorem zestawu właściwości i Active Directory Domain Services informacji o dziedziczeniu zabezpieczeń.

public:
 PropertySetAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access, Guid propertySetType, System::DirectoryServices::ActiveDirectorySecurityInheritance inheritanceType);
public PropertySetAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, Guid propertySetType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType);
new System.DirectoryServices.PropertySetAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess * Guid * System.DirectoryServices.ActiveDirectorySecurityInheritance -> System.DirectoryServices.PropertySetAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess, propertySetType As Guid, inheritanceType As ActiveDirectorySecurityInheritance)

Parametry

identity
IdentityReference

Obiekt IdentityReference , który identyfikuje zaufania reguły dostępu.

type
AccessControlType

AccessControlType Jedna z wartości wyliczenia, która określa typ reguły dostępu.

access
PropertyAccess

PropertyAccess Jedna z wartości wyliczenia, która określa typ dostępu do właściwości.

propertySetType
Guid

Rights-Guid zestawu właściwości, do którego ma zastosowanie ta reguła dostępu. W dokumentacji schematu Active Directory Domain Services te informacje można znaleźć w Rights-GUID wiersza na stronie referencyjnej dla każdego zestawu właściwości. Aby uzyskać więcej informacji, zobacz artykuł dotyczący atrybutuRights-Guid .

Aby uzyskać listę zestawów właściwości, zobacz artykuł Zestawy właściwości .

inheritanceType
ActiveDirectorySecurityInheritance

ActiveDirectorySecurityInheritance Jedna z wartości wyliczenia, która określa typ dziedziczenia reguły dostępu.

Dotyczy

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance, Guid)

Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs
Źródło:
ActiveDirectorySecurity.cs

Inicjuje nowe wystąpienie PropertySetAccessRule klasy z określonym odwołaniem do tożsamości, typem kontroli dostępu, typem dostępu do właściwości, identyfikatorem zestawu właściwości, typem dziedziczenia i typem dziedziczonego obiektu.

public:
 PropertySetAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access, Guid propertySetType, System::DirectoryServices::ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType);
public PropertySetAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, Guid propertySetType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType);
new System.DirectoryServices.PropertySetAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess * Guid * System.DirectoryServices.ActiveDirectorySecurityInheritance * Guid -> System.DirectoryServices.PropertySetAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess, propertySetType As Guid, inheritanceType As ActiveDirectorySecurityInheritance, inheritedObjectType As Guid)

Parametry

identity
IdentityReference

Obiekt IdentityReference , który identyfikuje zaufania reguły dostępu.

type
AccessControlType

AccessControlType Jedna z wartości wyliczenia, która określa typ reguły dostępu.

access
PropertyAccess

PropertyAccess Jedna z wartości wyliczenia, która określa typ dostępu do właściwości.

propertySetType
Guid

Rights-Guid zestawu właściwości, do którego ma zastosowanie ta reguła dostępu. W dokumentacji schematu Active Directory Domain Services te informacje można znaleźć w Rights-GUID wiersza na stronie referencyjnej dla każdego zestawu właściwości. Aby uzyskać więcej informacji, zobacz artykuł dotyczący atrybutuRights-Guid .

Aby uzyskać listę zestawów właściwości, zobacz artykuł Zestawy właściwości .

inheritanceType
ActiveDirectorySecurityInheritance

ActiveDirectorySecurityInheritance Jedna z wartości wyliczenia, która określa typ dziedziczenia reguły dostępu.

inheritedObjectType
Guid

Identyfikator GUID schematu typu obiektu podrzędnego, który może dziedziczyć tę regułę dostępu.

Dotyczy