EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) Method

Definition

Inserts an EncryptionProperty object into the EncryptionPropertyCollection object at the specified position.

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)

Parameters

index
Int32

The zero-based index at which value should be inserted.

value
EncryptionProperty

An EncryptionProperty object to insert into the EncryptionPropertyCollection object.

Applies to