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




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