PassportAuthentication Class [IIS 7 and higher]
Configures Microsoft Passport Network authentication in ASP.NET applications.
Syntax
class PassportAuthentication : EmbeddedObject
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the PassportAuthentication class.
Name |
Description |
---|---|
RedirectUrl |
A read/write string value that specifies the URL of the page to which the request must be redirected if Passport Network authentication is required and the user has not signed on by using Passport Network credentials. The default is "internal". |
Subclasses
This class contains no subclasses.
Remarks
Instances of this class are contained in the Passport property of the AuthenticationSection class.
Inheritance Hierarchy
PassportAuthentication
Requirements
Type |
Description |
---|---|
Client |
Requires IIS 7 on Windows Vista. |
Server |
Requires IIS 7 on Windows Server 2008. |
Product |
IIS 7 |
MOF file |
WebAdministration.mof |
See Also
Reference
AnonymousAuthenticationSection Class [IIS 7 and higher]
AuthenticationSection Class [IIS 7 and higher]
BasicAuthenticationSection Class [IIS 7 and higher]
ClientCertificateMappingAuthenticationSection Class [IIS 7 and higher]
DigestAuthenticationSection Class [IIS 7 and higher]
EmbeddedObject Class [IIS 7 and higher]
FormsAuthenticationConfiguration Class [IIS 7 and higher]
FormsAuthenticationCredentials Class [IIS 7 and higher]
FormsAuthenticationUser Class [IIS 7 and higher]
IisClientCertificateMappingAuthenticationSection Class [IIS 7 and higher]