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

適用於