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を挿入する位置を示す 0 から始まるインデックス。

value
EncryptionProperty

EncryptionProperty オブジェクトに挿入するEncryptionPropertyCollection オブジェクト。

適用対象