asp.net.ph

PassportIdentity.HasFlag Method

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;

Parameters

iFlagMask
The Passport profile flag to query.

Return Value

true if the Passport profile flag iFlagMask is set in this user's profile; otherwise, false.

Remarks

For more information, see the Passport SDK documentation in the MSDN Library.

See Also

PassportIdentity Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note