EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) Metoda

Definicja

Wstawia EncryptionProperty obiekt do EncryptionPropertyCollection obiektu na określonej pozycji.

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

Liczony od elementu zerowego indeks, w którym powinien zostać wstawiony parametr value.

value
EncryptionProperty

Obiekt EncryptionProperty do wstawienia do EncryptionPropertyCollection obiektu.

Dotyczy