RawAcl.InsertAce(Int32, GenericAce) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定之索引處插入指定的存取控制項目 (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。
例外狀況
offset
是負數或太高,因而不允許將整個 GenericAcl 複製到 array
。
備註
插入后的 ACE 不會在插入之前複製,因此在插入 ACE 之後的任何修改會反映在 [存取控制 清單] (ACL) 中。