EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) Methode

Definition

Fügt ein EncryptionProperty Objekt an der angegebenen Position in das EncryptionPropertyCollection Objekt ein.

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)

Parameter

index
Int32

Der nullbasierte Index, an dem value eingefügt werden soll.

value
EncryptionProperty

Ein EncryptionProperty Objekt, das in das EncryptionPropertyCollection Objekt eingefügt werden soll.

Gilt für: