PropertyAccessRule Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса PropertyAccessRule.
Перегрузки
PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess) |
Инициализирует новый экземпляр класса PropertyAccessRule с указанными ссылкой на удостоверение, типом управления доступом и доступом к свойству. |
PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance) |
Инициализирует новый экземпляр класса PropertyAccessRule с указанными ссылкой на удостоверение, типом управления доступом, доступом к свойству и наследованием безопасности доменных служб Active Directory. |
PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid) |
Инициализирует новый экземпляр класса PropertyAccessRule с указанными ссылкой на удостоверение, типом управления доступом, доступом к свойству и типом свойства. |
PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance, Guid) |
Инициализирует новый экземпляр класса PropertyAccessRule с указанными ссылкой на удостоверение, типом управления доступом, доступом к свойству, наследованием безопасности доменных служб Active Directory и типом наследуемого объекта. |
PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance) |
Инициализирует новый экземпляр класса PropertyAccessRule с указанными ссылкой на удостоверение, типом управления доступом, доступом к свойству, типом свойства и наследованием безопасности доменных служб Active Directory. |
PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance, Guid) |
Инициализирует новый экземпляр класса PropertyAccessRule с указанными ссылкой на удостоверение, типом управления доступом, доступом к свойству, типом свойства, наследованием безопасности доменных служб Active Directory и типом наследуемого объекта. |
PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess)
- Исходный код:
- ActiveDirectorySecurity.cs
- Исходный код:
- ActiveDirectorySecurity.cs
- Исходный код:
- ActiveDirectorySecurity.cs
Инициализирует новый экземпляр класса PropertyAccessRule с указанными ссылкой на удостоверение, типом управления доступом и доступом к свойству.
public:
PropertyAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access);
public PropertyAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access);
new System.DirectoryServices.PropertyAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess -> System.DirectoryServices.PropertyAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess)
Параметры
- identity
- IdentityReference
Объект IdentityReference, идентифицирующий доверенное лицо правила доступа.
- type
- AccessControlType
Одно из значений перечисления AccessControlType, задающее тип правила доступа.
- access
- PropertyAccess
Одно из значений перечисления PropertyAccess, задающее тип доступа к свойству.
Комментарии
При использовании этого конструктора создается правило доступа к свойству, которое применяется ко всем типам свойств.
Применяется к
PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance)
- Исходный код:
- ActiveDirectorySecurity.cs
- Исходный код:
- ActiveDirectorySecurity.cs
- Исходный код:
- ActiveDirectorySecurity.cs
Инициализирует новый экземпляр класса PropertyAccessRule с указанными ссылкой на удостоверение, типом управления доступом, доступом к свойству и наследованием безопасности доменных служб Active Directory.
public:
PropertyAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access, System::DirectoryServices::ActiveDirectorySecurityInheritance inheritanceType);
public PropertyAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType);
new System.DirectoryServices.PropertyAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess * System.DirectoryServices.ActiveDirectorySecurityInheritance -> System.DirectoryServices.PropertyAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess, inheritanceType As ActiveDirectorySecurityInheritance)
Параметры
- identity
- IdentityReference
Объект IdentityReference, идентифицирующий доверенное лицо правила доступа.
- type
- AccessControlType
Одно из значений перечисления AccessControlType, задающее тип правила доступа.
- access
- PropertyAccess
Одно из значений перечисления PropertyAccess, задающее тип доступа к свойству.
- inheritanceType
- ActiveDirectorySecurityInheritance
Одно из значений перечисления ActiveDirectorySecurityInheritance, задающее тип наследования правила доступа.
Комментарии
При использовании этого конструктора создается правило доступа к свойству, которое применяется ко всем типам свойств.
Применяется к
PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid)
- Исходный код:
- ActiveDirectorySecurity.cs
- Исходный код:
- ActiveDirectorySecurity.cs
- Исходный код:
- ActiveDirectorySecurity.cs
Инициализирует новый экземпляр класса PropertyAccessRule с указанными ссылкой на удостоверение, типом управления доступом, доступом к свойству и типом свойства.
public:
PropertyAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access, Guid propertyType);
public PropertyAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, Guid propertyType);
new System.DirectoryServices.PropertyAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess * Guid -> System.DirectoryServices.PropertyAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess, propertyType As Guid)
Параметры
- identity
- IdentityReference
Объект IdentityReference, идентифицирующий доверенное лицо правила доступа.
- type
- AccessControlType
Одно из значений перечисления AccessControlType, задающее тип правила доступа.
- access
- PropertyAccess
Одно из значений перечисления PropertyAccess, задающее тип доступа к свойству.
- propertyType
- Guid
GUID схемы свойства, к которому применяется данное правило доступа. Если равен Empty, то правило доступа применяется ко всем типам свойств.
Применяется к
PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance, Guid)
- Исходный код:
- ActiveDirectorySecurity.cs
- Исходный код:
- ActiveDirectorySecurity.cs
- Исходный код:
- ActiveDirectorySecurity.cs
Инициализирует новый экземпляр класса PropertyAccessRule с указанными ссылкой на удостоверение, типом управления доступом, доступом к свойству, наследованием безопасности доменных служб Active Directory и типом наследуемого объекта.
public:
PropertyAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access, System::DirectoryServices::ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType);
public PropertyAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType);
new System.DirectoryServices.PropertyAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess * System.DirectoryServices.ActiveDirectorySecurityInheritance * Guid -> System.DirectoryServices.PropertyAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess, inheritanceType As ActiveDirectorySecurityInheritance, inheritedObjectType As Guid)
Параметры
- identity
- IdentityReference
Объект IdentityReference, идентифицирующий доверенное лицо правила доступа.
- type
- AccessControlType
Одно из значений перечисления AccessControlType, задающее тип правила доступа.
- access
- PropertyAccess
Одно из значений перечисления PropertyAccess, задающее тип доступа к свойству.
- inheritanceType
- ActiveDirectorySecurityInheritance
Одно из значений перечисления ActiveDirectorySecurityInheritance, задающее тип наследования правила доступа.
- inheritedObjectType
- Guid
GUID-схемы типа дочернего объекта, который может наследовать это правило доступа.
Комментарии
При использовании этого конструктора создается правило доступа к свойству, которое применяется ко всем типам свойств.
Применяется к
PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance)
- Исходный код:
- ActiveDirectorySecurity.cs
- Исходный код:
- ActiveDirectorySecurity.cs
- Исходный код:
- ActiveDirectorySecurity.cs
Инициализирует новый экземпляр класса PropertyAccessRule с указанными ссылкой на удостоверение, типом управления доступом, доступом к свойству, типом свойства и наследованием безопасности доменных служб Active Directory.
public:
PropertyAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access, Guid propertyType, System::DirectoryServices::ActiveDirectorySecurityInheritance inheritanceType);
public PropertyAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, Guid propertyType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType);
new System.DirectoryServices.PropertyAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess * Guid * System.DirectoryServices.ActiveDirectorySecurityInheritance -> System.DirectoryServices.PropertyAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess, propertyType As Guid, inheritanceType As ActiveDirectorySecurityInheritance)
Параметры
- identity
- IdentityReference
Объект IdentityReference, идентифицирующий доверенное лицо правила доступа.
- type
- AccessControlType
Одно из значений перечисления AccessControlType, задающее тип правила доступа.
- access
- PropertyAccess
Одно из значений перечисления PropertyAccess, задающее тип доступа к свойству.
- propertyType
- Guid
GUID схемы свойства, к которому применяется данное правило доступа. Если равен Empty, то правило доступа применяется ко всем типам свойств.
- inheritanceType
- ActiveDirectorySecurityInheritance
Одно из значений перечисления ActiveDirectorySecurityInheritance, задающее тип наследования правила доступа.
Применяется к
PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance, Guid)
- Исходный код:
- ActiveDirectorySecurity.cs
- Исходный код:
- ActiveDirectorySecurity.cs
- Исходный код:
- ActiveDirectorySecurity.cs
Инициализирует новый экземпляр класса PropertyAccessRule с указанными ссылкой на удостоверение, типом управления доступом, доступом к свойству, типом свойства, наследованием безопасности доменных служб Active Directory и типом наследуемого объекта.
public:
PropertyAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type, System::DirectoryServices::PropertyAccess access, Guid propertyType, System::DirectoryServices::ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType);
public PropertyAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, Guid propertyType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType);
new System.DirectoryServices.PropertyAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType * System.DirectoryServices.PropertyAccess * Guid * System.DirectoryServices.ActiveDirectorySecurityInheritance * Guid -> System.DirectoryServices.PropertyAccessRule
Public Sub New (identity As IdentityReference, type As AccessControlType, access As PropertyAccess, propertyType As Guid, inheritanceType As ActiveDirectorySecurityInheritance, inheritedObjectType As Guid)
Параметры
- identity
- IdentityReference
Объект IdentityReference, идентифицирующий доверенное лицо правила доступа.
- type
- AccessControlType
Одно из значений перечисления AccessControlType, с помощью которого можно задать тип правила доступа.
- access
- PropertyAccess
Одно из значений перечисления PropertyAccess, задающее тип доступа к свойству.
- propertyType
- Guid
GUID схемы свойства, к которому применяется данное правило доступа. Если равен Empty, то правило доступа применяется ко всем типам свойств.
- inheritanceType
- ActiveDirectorySecurityInheritance
Одно из значений перечисления ActiveDirectorySecurityInheritance, задающее тип наследования правила доступа.
- inheritedObjectType
- Guid
GUID-схемы типа дочернего объекта, который может наследовать это правило доступа.