mscorlib(4.0.0.0) API with additions
ApplicationVersionMatch.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Security.Policy
4
{
6
[ComVisible(
true
)]
7
public
enum
ApplicationVersionMatch
8
{
10
MatchExactVersion
,
12
MatchAllVersions
13
}
14
}
System.Security.Policy.ApplicationVersionMatch.MatchExactVersion
Match on the exact version.
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Security.Policy.ApplicationVersionMatch.MatchAllVersions
Match on all versions.
System.Security.Policy.ApplicationVersionMatch
ApplicationVersionMatch
Specifies how to match versions when locating application trusts in a collection.
Definition:
ApplicationVersionMatch.cs:7
System.Security.Policy
Definition:
AllMembershipCondition.cs:4
All cs
System.Security.Policy
ApplicationVersionMatch.cs
Generated by
1.8.15