PassportIdentity.HasTicket Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the query string includes a Passport ticket as a cookie. This class is deprecated.
public:
property bool HasTicket { bool get(); };
public bool HasTicket { get; }
member this.HasTicket : bool
Public ReadOnly Property HasTicket As Boolean
Property Value
true
if the query string includes a Passport ticket as a cookie; otherwise, false
.
Remarks
This class has been deprecated and is no longer supported. Microsoft Passport Network was replaced by Windows Live ID.