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