Share via


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 オブジェクト。

適用対象