CdmMatchCriteria
Represents an application right match criteria object defined using the application rights match criteria filters. The following properties are defined for this object.
Property | Type | Description |
FileType |
string |
The file type for an application. |
FileName |
string |
The file name for an application. |
Path |
string |
The path to an application. |
Argument |
string |
The argument for the application. |
IsArgumentCaseSensitive |
Boolean |
True if the argument specified is case sensitive. |
IsArgumentExactMatch |
Boolean |
True if the argument must be matched exactly as specified. |
ProductName |
string |
All or part of the product name associated with the application. |
ProductNameMatchOption |
string |
Specifies whether the product name string should be an exact match (is) or a partial match (contains). |
CompanyName |
string |
All or part of the company name associated with the application. |
CompanyNameMatchOption |
string |
Specifies whether the company name string should be an exact match (is) or a partial match (contains). |
FileDescription |
string |
All or part of the file description for the application. |
FileDescriptionMatchOption |
string |
Specifies whether the file description string should be an exact match (is) or a partial match (contains). |
LocalOwnerType |
string |
The local owner type for the application. |
LocalOwner |
string |
The local owner for the application. |
OwnerSid |
string |
The owner security identifier (SID) for the application. |
ProductVersion |
string |
All or part of the product version information for an application. |
ProductVersionMatchOption |
string |
Specifies whether the product version string should be an exact match (equal), an earlier or equal version (earlier or equal), or a later or equal version (later or equal). |
FileVersion |
string |
All or part of the file version information for an application. |
FileVersionMatchOption |
string |
Specifies whether the file version string should be an exact match (equal), an earlier or equal version (earlier or equal), or a later or equal version (later or equal). |
FileHash |
string |
The file hash for an application. |
Publisher |
string |
The publisher for an application. |
PublisherMatchOption |
string |
Specifies whether the publisher string should be an exact match (is), a partial match (contains), start with, or end with the specified string. |
SerialNumber |
string |
The serial number for an application. |
SerialNumberMatchOption |
string |
Specifies whether the serial number string should be an exact match (is), a partial match (contains), start with, or end with the specified string. |
IsRequireAdministrator |
Boolean |
True if the application requires administrator privileges to execute. |
Description |
string |
The description for the application criteria. |