AuthenticationSection.Passport Property

Definition

Caution

This property is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.

Gets the Passport element property.

C#
[System.Configuration.ConfigurationProperty("passport")]
public System.Web.Configuration.PassportAuthentication Passport { get; }
C#
[System.Configuration.ConfigurationProperty("passport")]
[System.Obsolete("This property is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")]
public System.Web.Configuration.PassportAuthentication Passport { get; }

Property Value

A Passport element property that contains information used during passport-based authentication.

Attributes

Examples

The following code example shows how to use the Passport element property.

C#
// Get the current Passport property.
PassportAuthentication currentPassport =
    authenticationSection.Passport;

// Get the Passport redirect URL.
string passRedirectUrl = currentPassport.RedirectUrl;

Applies to

Product Versions (Obsolete)
.NET Framework 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)