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

适用于