MatchAttributeSet
Do a comparison of two attribute sets. Every attribute in the 'match' set must be found in the 'ad' set. It is OK if 'ad' is a super set of 'match'. Return TRUE
if all attributes in 'match' were found in 'ad'.
Synopsis
int MatchAttributeSet(
const TOK_ATTR_DATA * match,
const TOK_ATTR_DATA * ad);
Parameter | Description |
---|---|
match | Attribute set to look for |
ad | Attribute set to compare to |