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

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


PassportIdentity.IsAuthenticated Property

Definition

Gets a value indicating whether the user is authenticated against a Passport authority. This class is deprecated.

C#
public bool IsAuthenticated { get; }

Property Value

true if the user is authenticated against a central site responsible for Passport authentication; otherwise, false.

Implements

Examples

C#
// Declare new PassportIdendity object as variable newPass.
System.Web.Security.PassportIdentity newPass = new System.Web.Security.PassportIdentity();
// Set the string sIsAuth to the users SignIn status (a boolean) converted to a string.
String sIsAuth = newPass.IsAuthenticated.ToString();

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