PassportPrincipal Constructor
Initializes a new instance of the PassportPrincipal class from a PassportIdentity instance and an array of role names to which the user represented by that PassportIdentity belongs. This class is deprecated.
Assembly: System.Web (in System.Web.dll)
'Declaration Public Sub New ( _ identity As PassportIdentity, _ roles As String() _ ) 'Usage Dim identity As PassportIdentity Dim roles As String() Dim instance As New PassportPrincipal(identity, _ roles)
Parameters
- identity
- Type: System.Web.Security.PassportIdentity
An implementation of the IIdentity interface that represents the user.
- roles
- Type: System.String()
An array of role names to which the user represented by the identity parameter belongs.
| Exception | Condition |
|---|---|
| ArgumentNullException | identity is Nothing. |
This class has been deprecated and is no longer supported. Microsoft Passport Network has been replaced by Windows Live ID. For more information about how to use Windows Live ID to authenticate users in a Web application, see Windows Live ID SDK.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.