System.Security.Policy.GacMembershipCondition.Check Method

Indicates whether the specified evidence satisfies the membership condition.

Syntax

public bool Check (Evidence evidence)

Parameters

evidence
The System.Security.Policy.Evidence against which to make the test.

Returns

true if the specified evidence satisfies the membership condition; otherwise, false.

Remarks

This membership condition tests System.Security.Policy.GacInstalled evidence.

Requirements

Namespace: System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0