Checks the given evidence to determine membership.
[Visual Basic] Function Check( _ ByVal evidence As Evidence _ ) As Boolean [C#] bool Check( Evidence evidence ); [C++] bool Check( Evidence* evidence ) = 0; [JScript] function Check( evidence : Evidence ) : Boolean;
True if the membership condition test succeeds.
the result of this method is how the Membership condition determines if a given code assembly (from and about which the evidence is gathered) should belong to the code group or not.
IMembershipCondition Interface | IMembershipCondition Members | System.Security.Policy Namespace