Tests evidence to see if it satisfies the membership condition
[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;
Exception Type | Condition |
---|---|
ArgumentException | if the argument is not of type Evidence |
This membership condition checks the Hash evidence object only. There should be at most one Hash object in the evidence.
HashMembershipCondition Class | HashMembershipCondition Members | System.Security.Policy Namespace