ApplicationVersionMatch Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how to match versions when locating application trusts in a collection.
public enum class ApplicationVersionMatch
public enum ApplicationVersionMatch
[System.Runtime.InteropServices.ComVisible(true)]
public enum ApplicationVersionMatch
type ApplicationVersionMatch =
[<System.Runtime.InteropServices.ComVisible(true)>]
type ApplicationVersionMatch =
Public Enum ApplicationVersionMatch
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
MatchExactVersion | 0 | Match on the exact version. |
MatchAllVersions | 1 | Match on all versions. |
Remarks
The Remove and Find methods of an ApplicationTrustCollection can act either on all versions of an application or on the exact version. The ApplicationVersionMatch enumeration allows the caller to specify the desired behavior.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.