Udostępnij za pośrednictwem


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 informacjami o dziedziczeniu zabezpieczeń usług Active Directory Domain Services.

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 typem obiektu dziedziczonego.

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

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

Obiekt IdentityReference 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 określająca 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 usług 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
Ź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 informacjami o dziedziczeniu zabezpieczeń usług Active Directory Domain Services.

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 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 określająca 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 usług 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
Ź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 typem obiektu dziedziczonego.

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 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 określająca 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 usług 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