Ανάγνωση στα Αγγλικά Επεξεργασία

Κοινή χρήση μέσω


PassportIdentity.TicketAge Property

Definition

Gets the time, in seconds, since the last ticket was issued or refreshed. This class is deprecated.

C#
public int TicketAge { get; }

Property Value

The time, in seconds, since the last ticket was issued or refreshed.

Examples

C#
// Declare new PassportIdendity object as variable newPass.
System.Web.Security.PassportIdentity newPass = new System.Web.Security.PassportIdentity();
// Build a string with the elapsed time since the user's ticket was last refreshed with the Passport Authority.
string sElapsedTime = "Elapsed time since ticket refresh: " + newPass.TicketAge.ToString() + " seconds.";

Remarks

This class has been deprecated and is no longer supported. Microsoft Passport Network was replaced by Windows Live ID.

Applies to

Προϊόν Εκδόσεις
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1