Check the membership condition against an evidence set.
[Visual Basic] Overridable Public Function Check( _ ByVal evidence As Evidence _ ) As Boolean [C#] public virtual bool Check( Evidence evidence ); [C++] public: virtual bool Check( Evidence* evidence ); [JScript] public function Check( evidence : Evidence ) : Boolean;
True if the evidence satisfies the membership condition.
This membership condition only uses URL evidence objects within the evidence set.
URLMembershipCondition Class | URLMembershipCondition Members | System.Security.Policy Namespace