System.Web.Security Namespace PassportIdentity Class
Indicates whether a given flag is set in this user's profile.
[ VB ]
Public Function HasFlag ( _
iFlagMask As Integer _
) As Boolean
[ C# ]
public bool HasFlag (
int iFlagMask
);
[ C++ ]
public: bool HasFlag (
int iFlagMask
);
[ JScript ]
public function HasFlag (
iFlagMask : int
) : Boolean;
- iFlagMask
- The Passport profile flag to query.
true if the Passport profile flag iFlagMask is set in this user's profile; otherwise, false.
For more information, see the Passport SDK documentation in the MSDN Library.
PassportIdentity Members