EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定位置將 EncryptionProperty 物體插入物體 EncryptionPropertyCollection 中。
public:
void Insert(int index, System::Security::Cryptography::Xml::EncryptionProperty ^ value);
public void Insert(int index, System.Security.Cryptography.Xml.EncryptionProperty value);
member this.Insert : int * System.Security.Cryptography.Xml.EncryptionProperty -> unit
Public Sub Insert (index As Integer, value As EncryptionProperty)
參數
- index
- Int32
應插入的以零為基礎的索引 value 。
- value
- EncryptionProperty
一個 EncryptionProperty 可以插入物品的 EncryptionPropertyCollection 物件。