AuthenticationSection.Passport Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Return to top
Gets the Passport element property.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("passport")] [ObsoleteAttribute("This property is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")] public PassportAuthentication Passport { get; }
Property Value
Type: System.Web.Configuration.PassportAuthenticationA Passport element property that contains information used during passport-based authentication.
.NET Framework
Available since 2.0
Available since 2.0
Show: