EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) Metod

Definition

Infogar ett EncryptionProperty objekt i EncryptionPropertyCollection objektet på den angivna positionen.

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)

Parametrar

index
Int32

Det nollbaserade index som value ska infogas i.

value
EncryptionProperty

Ett EncryptionProperty objekt som ska infogas i objektet EncryptionPropertyCollection .

Gäller för