EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将对象 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 对象。