'Declaration
Function IsApplicable( _ ByVal tokenInfoPolicy As Object _ ) As Boolean
'Usage
Dim instance As _TokenInfo Dim tokenInfoPolicy As Object Dim value As Boolean value = instance.IsApplicable(tokenInfoPolicy)
bool IsApplicable( object tokenInfoPolicy )
bool IsApplicable( Object^ tokenInfoPolicy )
Parameters
- tokenInfoPolicy
- The token info policy.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
true
if this token info is applicable with the given token info policy; returns false
otherwise.