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.

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