EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) Método

Definição

Insere um objeto EncryptionProperty no objeto EncryptionPropertyCollection na posição 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

O índice de base zero no qual o value deve ser inserido.

value
EncryptionProperty

Um objeto EncryptionProperty a ser inserido no objeto EncryptionPropertyCollection.

Aplica-se a