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 对象。

适用于