PropertySetAccessRule Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy PropertySetAccessRule.

Przeciążenia

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid)

Inicjuje PropertySetAccessRule nowe wystąpienie 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 PropertySetAccessRule nowe wystąpienie 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 i Active Directory Domain Services informacji o dziedziczeniu zabezpieczeń.

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

Inicjuje PropertySetAccessRule nowe wystąpienie 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 dziedziczonego typu obiektu.

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid)

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

Inicjuje PropertySetAccessRule nowe wystąpienie 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

IdentityReference Obiekt identyfikujący relację zaufania reguły dostępu.

type
AccessControlType

AccessControlType Jedna z wartości wyliczenia określająca 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 wierszu Rights-GUID na stronie referencyjnej dla każdego zestawu właściwości. Aby uzyskać więcej informacji, zobacz artykuł Rights-Guid attribute (Atrybut Rights-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

Inicjuje PropertySetAccessRule nowe wystąpienie 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 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

IdentityReference Obiekt identyfikujący relację zaufania reguły dostępu.

type
AccessControlType

AccessControlType Jedna z wartości wyliczenia określająca 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 wierszu Rights-GUID na stronie referencyjnej dla każdego zestawu właściwości. Aby uzyskać więcej informacji, zobacz artykuł Rights-Guid attribute (Atrybut Rights-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

Inicjuje PropertySetAccessRule nowe wystąpienie 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 dziedziczonego typu 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

IdentityReference Obiekt identyfikujący relację zaufania reguły dostępu.

type
AccessControlType

AccessControlType Jedna z wartości wyliczenia określająca 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 wierszu Rights-GUID na stronie referencyjnej dla każdego zestawu właściwości. Aby uzyskać więcej informacji, zobacz artykuł Rights-Guid attribute (Atrybut Rights-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