EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Insere um EncryptionProperty objeto no EncryptionPropertyCollection objeto 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 baseado em zero no qual value deve ser inserido.
- value
- EncryptionProperty
Um EncryptionProperty objeto para inserir no EncryptionPropertyCollection objeto.