PassportIdentity.HaveConsent Method
.NET Framework 2.0
Indicates whether full consent is granted in this user's profile.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public boolean HaveConsent ( boolean bNeedFullConsent, boolean bNeedBirthdate )
public function HaveConsent ( bNeedFullConsent : boolean, bNeedBirthdate : boolean ) : boolean
Not applicable.
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.Community Additions
ADD
Show: