asp.net.ph

PassportIdentity.HaveConsent Method

System.Web.Security Namespace   PassportIdentity Class


Indicates whether full consent is granted in this user's profile.

[ VB ]
Public Function HaveConsent ( _
   bNeedFullConsent As Boolean, _
   bNeedBirthdate As Boolean _
 ) As Boolean

[ C# ]
public bool HaveConsent (
   bool bNeedFullConsent,
   bool bNeedBirthdate
);

[ C++ ]
public: bool HaveConsent (
   bool bNeedFullConsent,
   bool bNeedBirthdate
);

[ JScript ]
public function HaveConsent (
   bNeedFullConsent : Boolean,
   bNeedBirthdate : Boolean
 ) : Boolean;

Parameters

bNeedFullConsent
true to indicate full consent is required for Passport Authentication; otherwise, false.
bNeedBirthdate
true to indicate the user's birthdate is required for Passport Authentication; otherwise, false.

Return Value

true if full consent is granted in this user's profile.

Remarks

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

See Also

PassportIdentity Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph