Aracılığıyla paylaş


CompoundAce(AceFlags, Int32, CompoundAceType, SecurityIdentifier) Oluşturucu

Tanım

CompoundAce sınıfının yeni bir örneğini başlatır.

public:
 CompoundAce(System::Security::AccessControl::AceFlags flags, int accessMask, System::Security::AccessControl::CompoundAceType compoundAceType, System::Security::Principal::SecurityIdentifier ^ sid);
public CompoundAce (System.Security.AccessControl.AceFlags flags, int accessMask, System.Security.AccessControl.CompoundAceType compoundAceType, System.Security.Principal.SecurityIdentifier sid);
new System.Security.AccessControl.CompoundAce : System.Security.AccessControl.AceFlags * int * System.Security.AccessControl.CompoundAceType * System.Security.Principal.SecurityIdentifier -> System.Security.AccessControl.CompoundAce
Public Sub New (flags As AceFlags, accessMask As Integer, compoundAceType As CompoundAceType, sid As SecurityIdentifier)

Parametreler

flags
AceFlags

Yeni Access Control Girdisi (ACE) için devralma, devralma yayma ve denetim koşulları hakkında bilgi belirten bayraklar içerir.

accessMask
Int32

ACE için erişim maskesi.

compoundAceType
CompoundAceType

Numaralandırmadan bir CompoundAceType değer.

sid
SecurityIdentifier

SecurityIdentifier Yeni ACE ile ilişkili.

Şunlara uygulanır