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;
- 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.
true if full consent is granted in this user's profile.
For more information, see the Passport SDK documentation in the MSDN Library.
PassportIdentity Members