EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) Método

Definición

Inserta un EncryptionProperty objeto en el EncryptionPropertyCollection objeto 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 de base cero en el que value se debe insertar.

value
EncryptionProperty

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

Se aplica a