다음을 통해 공유


PassportIdentity.HaveConsent(Boolean, Boolean) 메서드

정의

이 사용자의 프로필에 전체 동의가 부여되었는지 여부를 나타납니다. 이 클래스는 사용되지 않습니다.

public:
 bool HaveConsent(bool bNeedFullConsent, bool bNeedBirthdate);
public bool HaveConsent (bool bNeedFullConsent, bool bNeedBirthdate);
member this.HaveConsent : bool * bool -> bool
Public Function HaveConsent (bNeedFullConsent As Boolean, bNeedBirthdate As Boolean) As Boolean

매개 변수

bNeedFullConsent
Boolean

Passport 인증에 전체 동의가 필요한지를 나타내려면 true이고, 그렇지 않으면 false입니다.

bNeedBirthdate
Boolean

Passport 인증에 사용자의 생년월일이 필요한지를 나타내려면 true이고, 그렇지 않으면 false입니다.

반환

Boolean

이 사용자의 프로필에 전체 동의가 부여되면 true입니다.

설명

이 클래스는 않으며는 지원 되지 않습니다. Microsoft Passport Network가 Windows Live ID로 대체되었습니다.

적용 대상