RawAcl.InsertAce(Int32, GenericAce) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定的索引插入指定的存取控制 Entry(ACE)。
public:
void InsertAce(int index, System::Security::AccessControl::GenericAce ^ ace);
public void InsertAce(int index, System.Security.AccessControl.GenericAce ace);
member this.InsertAce : int * System.Security.AccessControl.GenericAce -> unit
Public Sub InsertAce (index As Integer, ace As GenericAce)
參數
- ace
- GenericAce
ACE 要插入。
備註
插入的 ACE 在插入前不會被複製,因此插入後對 ACE 的任何修改都會反映在 存取控制 List(ACL)。