EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) 方法

定義

在指定位置將 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 物件。

適用於