ApplicationTrustCollection.Add(ApplicationTrust) Methode

Definition

Fügt der Auflistung ein Element hinzu.

public:
 int Add(System::Security::Policy::ApplicationTrust ^ trust);
public int Add (System.Security.Policy.ApplicationTrust trust);
[System.Security.SecurityCritical]
public int Add (System.Security.Policy.ApplicationTrust trust);
member this.Add : System.Security.Policy.ApplicationTrust -> int
[<System.Security.SecurityCritical>]
member this.Add : System.Security.Policy.ApplicationTrust -> int
Public Function Add (trust As ApplicationTrust) As Integer

Parameter

trust
ApplicationTrust

Das hinzuzufügende ApplicationTrust-Objekt.

Gibt zurück

Int32

Der Index, an dem das neue Element eingefügt wurde.

Attribute

Ausnahmen

trust ist null.

Die in trust angegebene ApplicationIdentity-Eigenschaft von ApplicationTrust ist null.

Hinweise

Das ApplicationTrust Objekt wird am Ende der Auflistung hinzugefügt. Verwenden Sie die Methode, um eine Anwendung zu entfernen, die Remove Sie zuvor hinzugefügt haben.

Gilt für