EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) Метод

Определение

Вставляет EncryptionProperty объект в EncryptionPropertyCollection объект по указанной позиции.

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)

Параметры

index
Int32

Отсчитываемый от нуля индекс, по которому value следует вставить.

value
EncryptionProperty

Объект EncryptionProperty для вставки в EncryptionPropertyCollection объект.

Применяется к