ApplicationTrustCollection.Find Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Anwendungsvertrauensstellungen in der Auflistung ab, die der angegebenen Anwendungsidentität entsprechen.
public:
System::Security::Policy::ApplicationTrustCollection ^ Find(ApplicationIdentity ^ applicationIdentity, System::Security::Policy::ApplicationVersionMatch versionMatch);
public System.Security.Policy.ApplicationTrustCollection Find (ApplicationIdentity applicationIdentity, System.Security.Policy.ApplicationVersionMatch versionMatch);
[System.Security.SecurityCritical]
public System.Security.Policy.ApplicationTrustCollection Find (ApplicationIdentity applicationIdentity, System.Security.Policy.ApplicationVersionMatch versionMatch);
member this.Find : ApplicationIdentity * System.Security.Policy.ApplicationVersionMatch -> System.Security.Policy.ApplicationTrustCollection
[<System.Security.SecurityCritical>]
member this.Find : ApplicationIdentity * System.Security.Policy.ApplicationVersionMatch -> System.Security.Policy.ApplicationTrustCollection
Public Function Find (applicationIdentity As ApplicationIdentity, versionMatch As ApplicationVersionMatch) As ApplicationTrustCollection
Parameter
- applicationIdentity
- ApplicationIdentity
Ein ApplicationIdentity-Objekt, das die gesuchte Anwendung beschreibt.
- versionMatch
- ApplicationVersionMatch
Einer der ApplicationVersionMatch-Werte.
Gibt zurück
Eine ApplicationTrustCollection, die alle übereinstimmenden ApplicationTrust-Objekte enthält.
- Attribute
Hinweise
Die Anwendungsvertrauensstellung wird optional basierend auf dem Wert des versionMatch
Parameters durch eine genaue Versionsangabe ausgewählt.