PassportIdentity.HasSavedPassword 속성

정의

Passport 회원의 암호가 저장되었는지 여부를 나타내는 정보를 가져옵니다. 이 클래스는 사용되지 않습니다.

public:
 property bool HasSavedPassword { bool get(); };
public bool HasSavedPassword { get; }
member this.HasSavedPassword : bool
Public ReadOnly Property HasSavedPassword As Boolean

속성 값

Boolean

마지막으로 티켓을 새로 고친 후 Passport 로그온 페이지에 암호가 저장된 것으로 Passport 회원 티켓에 표시되면 true이고, 그렇지 않으면 false입니다.

예제

// Declare new PassportIdendity object as variable newPass.
System.Web.Security.PassportIdentity newPass = new System.Web.Security.PassportIdentity();
// Set a string variable that indicates whether the user has a valid Passport ticket.
String sHasTick = newPass.HasTicket.ToString();
' Declare new PassportIdendity object as variable newPass.
Dim newPass As System.Web.Security.PassportIdentity = New System.Web.Security.PassportIdentity()
' Create a string variable that indicates whether the user has a valid Passport ticket.
Dim sHasTick As String = newPass.HasTicket.ToString()

설명

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

적용 대상