EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) Methode

Definitie

Hiermee voegt u een EncryptionProperty object in het EncryptionPropertyCollection object op de opgegeven positie in.

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

De op nul gebaseerde index waarop value moet worden ingevoegd.

value
EncryptionProperty

Een EncryptionProperty object dat in het EncryptionPropertyCollection object moet worden ingevoegd.

Van toepassing op