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 物件。