Share via


EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) Metoda

Definice

Vloží EncryptionProperty objekt do objektu EncryptionPropertyCollection na zadané 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ý se má vložit do objektu EncryptionPropertyCollection .

Platí pro