EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) Metoda

Definicja

EncryptionProperty Wstawia obiekt do EncryptionPropertyCollection obiektu w 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

EncryptionProperty Obiekt do wstawienia do EncryptionPropertyCollection obiektu.

Dotyczy