EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) Metoda

Definice

EncryptionProperty Vloží objekt do objektu EncryptionPropertyCollection na zadanou pozici.

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)

Parametry

index
Int32

Index založený na nule, do kterého se má položka value vložit

value
EncryptionProperty

Objekt EncryptionProperty , který chcete vložit do objektu EncryptionPropertyCollection .

Platí pro