EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) 方法
定义
将 EncryptionProperty 对象插入 EncryptionPropertyCollection 对象中的指定位置。Inserts an EncryptionProperty object into the EncryptionPropertyCollection object at the specified position.
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 的从零开始的索引。The zero-based index at which value should be inserted.
- value
- EncryptionProperty
要插入到 EncryptionProperty 对象中的 EncryptionPropertyCollection 对象。An EncryptionProperty object to insert into the EncryptionPropertyCollection object.