Share via


EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) Método

Definición

Inserta un objeto EncryptionProperty en el objeto EncryptionPropertyCollection en la posición especificada.

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)

Parámetros

index
Int32

Índice basado en cero en el que debe insertarse value.

value
EncryptionProperty

Objeto EncryptionProperty que se va a insertar en el objeto EncryptionPropertyCollection.

Se aplica a