﻿<?xml version="1.0" encoding="utf-8"?><Type Name="PassportIdentity" FullName="System.Web.Security.PassportIdentity"><TypeSignature Language="C#" Maintainer="auto" Value="public sealed class PassportIdentity : IDisposable, System.Security.Principal.IIdentity" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyPublicKey></AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces><Interface><InterfaceName>System.IDisposable</InterfaceName></Interface><Interface><InterfaceName>System.Security.Principal.IIdentity</InterfaceName></Interface></Interfaces><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides a class to be used by <see cref="T:System.Web.Security.PassportAuthenticationModule" />. It provides a way for an application to access the <see cref="M:System.Web.Security.PassportIdentity.Ticket(System.String)" /> method. This class cannot be inherited. This class is deprecated.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public PassportIdentity ();" /><MemberType>Constructor</MemberType><ReturnValue /><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.Security.PassportIdentity" /> class. This class is deprecated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AuthenticationType"><MemberSignature Language="C#" Value="public string AuthenticationType { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'string'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the type of authentication used to identify the user. This class is deprecated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AuthUrl"><MemberSignature Language="C#" Value="public string AuthUrl ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a string containing the Login server URL for a member, as well as with optional information sent to the Login server in the query string. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The Login server URL for a member, as well as optional information sent to the Login server in the query string.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AuthUrl"><MemberSignature Language="C#" Value="public string AuthUrl (string strReturnUrl);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strReturnUrl" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para><para /></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a string containing the Login server URL for a member, along with optional information sent to the Login server in the query string. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The Login server URL for a member, as well as the optional information sent to the Login server in the query string.</para></returns><param name="strReturnUrl"><attribution license="cc4" from="Microsoft" modified="false" />The URL of the location that the Login server should redirect to after logon is complete. Pass null to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AuthUrl"><MemberSignature Language="C#" Value="public string AuthUrl (string strReturnUrl, int iTimeWindow, bool fForceLogin, string strCoBrandedArgs, int iLangID, string strNameSpace, int iKPP, bool bUseSecureAuth);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strReturnUrl" Type="System.String" /><Parameter Name="iTimeWindow" Type="System.Int32" /><Parameter Name="fForceLogin" Type="System.Boolean" /><Parameter Name="strCoBrandedArgs" Type="System.String" /><Parameter Name="iLangID" Type="System.Int32" /><Parameter Name="strNameSpace" Type="System.String" /><Parameter Name="iKPP" Type="System.Int32" /><Parameter Name="bUseSecureAuth" Type="System.Boolean" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns the authentication server URL for a member. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The Login server URL for a member, as well as the optional information sent to the Login server in the query string.</para></returns><param name="strReturnUrl"><attribution license="cc4" from="Microsoft" modified="false" />Sets the URL of the location that the Login server should redirect to after logon is complete. Pass null to indicate that Passport should use the default value. </param><param name="iTimeWindow"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param><param name="fForceLogin"><attribution license="cc4" from="Microsoft" modified="false" />Determines how the <paramref name="iTimeWindow" /> parameter will be used. Pass -1 to indicate that Passport should use the default value. </param><param name="strCoBrandedArgs"><attribution license="cc4" from="Microsoft" modified="false" />Specifies variables to be appended to the URL of the Cobranding Template script page that was specified at initial participant registration. Pass null to indicate that Passport should use the default value. </param><param name="iLangID"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the language in which the required domain authority page should be displayed. Pass -1 to indicate that Passport should use the default value. </param><param name="strNameSpace"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param><param name="iKPP"><attribution license="cc4" from="Microsoft" modified="false" />Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param><param name="bUseSecureAuth"><attribution license="cc4" from="Microsoft" modified="false" />Declares whether the actual logon UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AuthUrl"><MemberSignature Language="C#" Value="public string AuthUrl (string strReturnUrl, int iTimeWindow, int iForceLogin, string strCoBrandedArgs, int iLangID, string strNameSpace, int iKPP, int iUseSecureAuth);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strReturnUrl" Type="System.String" /><Parameter Name="iTimeWindow" Type="System.Int32" /><Parameter Name="iForceLogin" Type="System.Int32" /><Parameter Name="strCoBrandedArgs" Type="System.String" /><Parameter Name="iLangID" Type="System.Int32" /><Parameter Name="strNameSpace" Type="System.String" /><Parameter Name="iKPP" Type="System.Int32" /><Parameter Name="iUseSecureAuth" Type="System.Int32" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a string containing the Login server URL for a member, along with the optional information sent to the Login server in the query string. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The Login server URL for a member, as well as the optional information sent to the Login server in the query string.</para></returns><param name="strReturnUrl"><attribution license="cc4" from="Microsoft" modified="false" />Sets the URL of the location that the Login server should redirect to after logon is complete. Pass null to indicate that Passport should use the default value. </param><param name="iTimeWindow"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param><param name="iForceLogin"><attribution license="cc4" from="Microsoft" modified="false" />Determines how the <paramref name="iTimeWindow" /> parameter will be used. Pass -1 to indicate that Passport should use the default value. </param><param name="strCoBrandedArgs"><attribution license="cc4" from="Microsoft" modified="false" />Specifies variables to be appended to the URL of the Cobranding Template script page that was specified at initial participant registration. Pass null to indicate that Passport should use the default value. </param><param name="iLangID"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the language in which the required domain authority page should be displayed. Pass -1 to indicate that Passport should use the default value. </param><param name="strNameSpace"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param><param name="iKPP"><attribution license="cc4" from="Microsoft" modified="false" />Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param><param name="iUseSecureAuth"><attribution license="cc4" from="Microsoft" modified="false" />Declares whether the actual Login UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AuthUrl2"><MemberSignature Language="C#" Value="public string AuthUrl2 ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a string containing the Login server URL for a member, as well as optional information sent to the Login server in the query string. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The Login server URL for a member, as well as optional information sent to the Login server in the query string.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AuthUrl2"><MemberSignature Language="C#" Value="public string AuthUrl2 (string strReturnUrl);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strReturnUrl" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a string containing the Login server URL for a member, as well as optional information sent to the Login server in the query string. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The Login server URL for a member, as well as the optional information sent to the Login server in the query string.</para></returns><param name="strReturnUrl"><attribution license="cc4" from="Microsoft" modified="false" />The URL of the location that the Login server should redirect to after logon is complete. Pass null to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AuthUrl2"><MemberSignature Language="C#" Value="public string AuthUrl2 (string strReturnUrl, int iTimeWindow, bool fForceLogin, string strCoBrandedArgs, int iLangID, string strNameSpace, int iKPP, bool bUseSecureAuth);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strReturnUrl" Type="System.String" /><Parameter Name="iTimeWindow" Type="System.Int32" /><Parameter Name="fForceLogin" Type="System.Boolean" /><Parameter Name="strCoBrandedArgs" Type="System.String" /><Parameter Name="iLangID" Type="System.Int32" /><Parameter Name="strNameSpace" Type="System.String" /><Parameter Name="iKPP" Type="System.Int32" /><Parameter Name="bUseSecureAuth" Type="System.Boolean" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a string containing the Login server URL for a member, as well as the optional information sent to the Login server in the query string. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The Login server URL for a member, as well as the optional information sent to the Login server in the query string.</para></returns><param name="strReturnUrl"><attribution license="cc4" from="Microsoft" modified="false" />Sets the URL of the location that the Login server should redirect to after logon is complete. Pass null to indicate that Passport should use the default value. </param><param name="iTimeWindow"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param><param name="fForceLogin"><attribution license="cc4" from="Microsoft" modified="false" />Determines how the <paramref name="iTimeWindow" /> parameter will be used. Pass -1 to indicate that Passport should use the default value. </param><param name="strCoBrandedArgs"><attribution license="cc4" from="Microsoft" modified="false" />Specifies variables to be appended to the URL of the Cobranding Template script page that was specified at initial participant registration. Pass null to indicate that Passport should use the default value. </param><param name="iLangID"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the language in which the required domain authority page should be displayed. Pass -1 to indicate that Passport should use the default value. </param><param name="strNameSpace"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param><param name="iKPP"><attribution license="cc4" from="Microsoft" modified="false" />Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param><param name="bUseSecureAuth"><attribution license="cc4" from="Microsoft" modified="false" />Declares whether the actual logon UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AuthUrl2"><MemberSignature Language="C#" Value="public string AuthUrl2 (string strReturnUrl, int iTimeWindow, int iForceLogin, string strCoBrandedArgs, int iLangID, string strNameSpace, int iKPP, int iUseSecureAuth);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strReturnUrl" Type="System.String" /><Parameter Name="iTimeWindow" Type="System.Int32" /><Parameter Name="iForceLogin" Type="System.Int32" /><Parameter Name="strCoBrandedArgs" Type="System.String" /><Parameter Name="iLangID" Type="System.Int32" /><Parameter Name="strNameSpace" Type="System.String" /><Parameter Name="iKPP" Type="System.Int32" /><Parameter Name="iUseSecureAuth" Type="System.Int32" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Retrieves a string containing the Login server URL for a member, as well as the optional information sent to the Login server in the query string. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The Login server URL for a member, as well as the optional information sent to the Login server in the query string.</para></returns><param name="strReturnUrl"><attribution license="cc4" from="Microsoft" modified="false" />Sets the URL of the location that the Login server should redirect to after logon is complete. Pass null to indicate that Passport should use the default value. </param><param name="iTimeWindow"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param><param name="iForceLogin"><attribution license="cc4" from="Microsoft" modified="false" />Determines how the <paramref name="iTimeWindow" /> parameter will be used. Pass -1 to indicate that Passport should use the default value. </param><param name="strCoBrandedArgs"><attribution license="cc4" from="Microsoft" modified="false" />Specifies variables to be appended to the URL of the Cobranding Template script page that was specified at initial participant registration. Pass null to indicate that Passport should use the default value. </param><param name="iLangID"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the language in which the required domain authority page should be displayed. Pass -1 to indicate that Passport should use the default value. </param><param name="strNameSpace"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param><param name="iKPP"><attribution license="cc4" from="Microsoft" modified="false" />Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param><param name="iUseSecureAuth"><attribution license="cc4" from="Microsoft" modified="false" />Declares whether the actual logon UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Compress"><MemberSignature Language="C#" Value="public static string Compress (string strData);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strData" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Compresses data. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The compressed data.</para></returns><param name="strData"><attribution license="cc4" from="Microsoft" modified="false" />The data to be compressed. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="CryptIsValid"><MemberSignature Language="C#" Value="public static bool CryptIsValid ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the state of a flag indicating if the Passport Manager is in a valid state for encryption. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the key used for encryption and decryption is valid and if the Passport Manager is in a valid state for encryption; otherwise, false.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="CryptPutHost"><MemberSignature Language="C#" Value="public static int CryptPutHost (string strHost);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters><Parameter Name="strHost" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Sets the key being used for Passport encryption and decryption. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An integer result code.</para></returns><param name="strHost"><attribution license="cc4" from="Microsoft" modified="false" />The host name or IP address. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="CryptPutSite"><MemberSignature Language="C#" Value="public static int CryptPutSite (string strSite);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters><Parameter Name="strSite" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Sets the key being used for Passport encryption and decryption by referring to the site-name label assigned to that key when the key was first installed. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An integer result code.</para></returns><param name="strSite"><attribution license="cc4" from="Microsoft" modified="false" />The site label. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Decompress"><MemberSignature Language="C#" Value="public static string Decompress (string strData);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strData" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Decompresses data that has been compressed by the <see cref="M:System.Web.Security.PassportIdentity.Compress(System.String)" /> method. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The decompressed data.</para></returns><param name="strData"><attribution license="cc4" from="Microsoft" modified="false" />The data to be decompressed. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Decrypt"><MemberSignature Language="C#" Value="public static string Decrypt (string strData);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strData" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Decrypts data using the Passport participant key for the current site. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>Data decrypted using the Passport participant key for the current site.</para></returns><param name="strData"><attribution license="cc4" from="Microsoft" modified="false" />The data to be decrypted. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Encrypt"><MemberSignature Language="C#" Value="public static string Encrypt (string strData);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strData" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Encrypts data using the Passport participant key for the current site. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>Data encrypted using the Passport participant key for the current site.</para></returns><param name="strData"><attribution license="cc4" from="Microsoft" modified="false" />The data to be encrypted. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Error"><MemberSignature Language="C#" Value="public int Error { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'int'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value indicating the error state associated with the current Passport ticket. This class is deprecated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Finalize"><MemberSignature Language="C#" Value="~PassportIdentity ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><summary>To be added</summary><remarks>To be added</remarks></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetCurrentConfig"><MemberSignature Language="C#" Value="public object GetCurrentConfig (string strAttribute);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Parameters><Parameter Name="strAttribute" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the contents of a registry key under the HKLM\SW\Microsoft\Passport hive. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The contents of the registry key.</para></returns><param name="strAttribute"><attribution license="cc4" from="Microsoft" modified="false" />The name of the registry key. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetDomainAttribute"><MemberSignature Language="C#" Value="public string GetDomainAttribute (string strAttribute, int iLCID, string strDomain);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strAttribute" Type="System.String" /><Parameter Name="iLCID" Type="System.Int32" /><Parameter Name="strDomain" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides information for a Passport domain by querying the Passport manager for the requested domain attribute. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A string representing the requested attribute.</para></returns><param name="strAttribute"><attribution license="cc4" from="Microsoft" modified="false" />The name of the attribute value to retrieve. </param><param name="iLCID"><attribution license="cc4" from="Microsoft" modified="false" />The language in which various Passport network pages should be displayed to the member. </param><param name="strDomain"><attribution license="cc4" from="Microsoft" modified="false" />The domain authority name to query for an attribute. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetDomainFromMemberName"><MemberSignature Language="C#" Value="public string GetDomainFromMemberName (string strMemberName);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strMemberName" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns the Passport domain from the member name string. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The Passport domain for the specified member.</para></returns><param name="strMemberName"><attribution license="cc4" from="Microsoft" modified="false" />The name of the Passport member </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetFromNetworkServer"><MemberSignature Language="C#" Value="public bool GetFromNetworkServer { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'bool'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets information on a Passport server connection and query string. This class is deprecated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetIsAuthenticated"><MemberSignature Language="C#" Value="public bool GetIsAuthenticated (int iTimeWindow, bool bForceLogin, bool bCheckSecure);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="iTimeWindow" Type="System.Int32" /><Parameter Name="bForceLogin" Type="System.Boolean" /><Parameter Name="bCheckSecure" Type="System.Boolean" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates whether the user is authenticated by a central site responsible for Passport authentication. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the user is authenticated by a Passport authority; otherwise, false.</para></returns><param name="iTimeWindow"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the interval during which members must have last logged on to the calling domain. Pass -1 to indicate that Passport should use the default value. </param><param name="bForceLogin"><attribution license="cc4" from="Microsoft" modified="false" />Determines how the <paramref name="iTimeWindow" /> parameter is used. </param><param name="bCheckSecure"><attribution license="cc4" from="Microsoft" modified="false" />Enables checking for an encrypted logon. SSL sign-in is not available as an option in the current version Login servers, so the value passed in is ignored at the server. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetIsAuthenticated"><MemberSignature Language="C#" Value="public bool GetIsAuthenticated (int iTimeWindow, int iForceLogin, int iCheckSecure);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="iTimeWindow" Type="System.Int32" /><Parameter Name="iForceLogin" Type="System.Int32" /><Parameter Name="iCheckSecure" Type="System.Int32" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates whether the user is authenticated by a Passport authority. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the user is authenticated by a central site responsible for Passport authentication; otherwise, false.</para></returns><param name="iTimeWindow"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the interval during which members must have last logged on to the calling domain. A value of -1 indicates that Passport should use the default value, 0 represents false, and 1 represents true. </param><param name="iForceLogin"><attribution license="cc4" from="Microsoft" modified="false" />Determines how the <paramref name="iTimeWindow" /> parameter is used. A value of -1 indicates that Passport should use the default value, 0 represents false, and 1 represents true. </param><param name="iCheckSecure"><attribution license="cc4" from="Microsoft" modified="false" />Enables checking for an encrypted logon. A value of -1 indicates that Passport should use the default value, 0 represents false, and 1 represents true.</param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetLoginChallenge"><MemberSignature Language="C#" Value="public string GetLoginChallenge ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A string representing the Passport Login Challenge.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetLoginChallenge"><MemberSignature Language="C#" Value="public string GetLoginChallenge (string strReturnUrl);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strReturnUrl" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para><para /></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Logs the user on by outputting the appropriate headers to either a 302 redirect URL or the initiation of a Passport-aware client authentication exchange. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A string representing the Passport Login Challenge.</para></returns><param name="strReturnUrl"><attribution license="cc4" from="Microsoft" modified="false" />See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetLoginChallenge"><MemberSignature Language="C#" Value="public string GetLoginChallenge (string szRetURL, int iTimeWindow, int fForceLogin, string szCOBrandArgs, int iLangID, string strNameSpace, int iKPP, int iUseSecureAuth, object oExtraParams);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="szRetURL" Type="System.String" /><Parameter Name="iTimeWindow" Type="System.Int32" /><Parameter Name="fForceLogin" Type="System.Int32" /><Parameter Name="szCOBrandArgs" Type="System.String" /><Parameter Name="iLangID" Type="System.Int32" /><Parameter Name="strNameSpace" Type="System.String" /><Parameter Name="iKPP" Type="System.Int32" /><Parameter Name="iUseSecureAuth" Type="System.Int32" /><Parameter Name="oExtraParams" Type="System.Object" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A string representing the Passport Login Challenge.</para></returns><param name="szRetURL"><attribution license="cc4" from="Microsoft" modified="false" />See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null to indicate that Passport should use the default value. </param><param name="iTimeWindow"><attribution license="cc4" from="Microsoft" modified="false" />See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value. </param><param name="fForceLogin"><attribution license="cc4" from="Microsoft" modified="false" />See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value. </param><param name="szCOBrandArgs"><attribution license="cc4" from="Microsoft" modified="false" />See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null to indicate that Passport should use the default value. </param><param name="iLangID"><attribution license="cc4" from="Microsoft" modified="false" />See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value. </param><param name="strNameSpace"><attribution license="cc4" from="Microsoft" modified="false" />See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null to indicate that Passport should use the default value. </param><param name="iKPP"><attribution license="cc4" from="Microsoft" modified="false" />See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value. </param><param name="iUseSecureAuth"><attribution license="cc4" from="Microsoft" modified="false" />See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value. </param><param name="oExtraParams"><attribution license="cc4" from="Microsoft" modified="false" />See Passport documentation for IPassportManager3.GetLoginChallenge. Pass null to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetOption"><MemberSignature Language="C#" Value="public object GetOption (string strOpt);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Parameters><Parameter Name="strOpt" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a specific Passport logon option. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The Passport logon option <paramref name="strOpt" />.</para></returns><param name="strOpt"><attribution license="cc4" from="Microsoft" modified="false" />Logon option to query. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetProfileObject"><MemberSignature Language="C#" Value="public object GetProfileObject (string strProfileName);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Parameters><Parameter Name="strProfileName" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns Passport profile information for the specified profile attribute. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The value of the Passport profile attribute specified by the <paramref name="strProfileName" /> parameter.</para></returns><param name="strProfileName"><attribution license="cc4" from="Microsoft" modified="false" />The Passport profile attribute to return. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HasFlag"><MemberSignature Language="C#" Value="public bool HasFlag (int iFlagMask);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="iFlagMask" Type="System.Int32" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates whether a given flag is set in this user's profile. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the Passport profile flag <paramref name="iFlagMask" /> is set in this user's profile; otherwise, false.</para></returns><param name="iFlagMask"><attribution license="cc4" from="Microsoft" modified="false" />The Passport profile flag to query. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HasProfile"><MemberSignature Language="C#" Value="public bool HasProfile (string strProfile);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="strProfile" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates whether a given profile attribute exists in this user's profile. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the profile attribute <paramref name="strProfile" /> exists in this user's profile; otherwise, false.</para></returns><param name="strProfile"><attribution license="cc4" from="Microsoft" modified="false" />The Passport profile attribute to query. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HasSavedPassword"><MemberSignature Language="C#" Value="public bool HasSavedPassword { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'bool'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets information on whether the Passport member's password was saved. This class is deprecated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HasTicket"><MemberSignature Language="C#" Value="public bool HasTicket { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'bool'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value indicating whether the query string includes a Passport ticket as a cookie. This class is deprecated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HaveConsent"><MemberSignature Language="C#" Value="public bool HaveConsent (bool bNeedFullConsent, bool bNeedBirthdate);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="bNeedFullConsent" Type="System.Boolean" /><Parameter Name="bNeedBirthdate" Type="System.Boolean" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates whether full consent is granted in this user's profile. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if full consent is granted in this user's profile.</para></returns><param name="bNeedFullConsent"><attribution license="cc4" from="Microsoft" modified="false" />true to indicate full consent is required for Passport Authentication; otherwise, false. </param><param name="bNeedBirthdate"><attribution license="cc4" from="Microsoft" modified="false" />true to indicate the user's birthdate is required for Passport Authentication; otherwise, false. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HexPUID"><MemberSignature Language="C#" Value="public string HexPUID { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'string'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the Passport Unique Identifier (PUID) for the currently authenticated user, in hexadecimal form. This class is deprecated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="IsAuthenticated"><MemberSignature Language="C#" Value="public bool IsAuthenticated { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'bool'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value indicating whether the user is authenticated against a Passport authority. This class is deprecated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Item"><MemberSignature Language="C#" Value="public string this[string strProfileName] { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strProfileName" Type="System.String" /></Parameters><Docs><param name="strProfileName">To be added.</param><summary>To be added.</summary><value>To be added.</value><remarks>To be added.</remarks></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LoginUser"><MemberSignature Language="C#" Value="public int LoginUser ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An integer result code.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LoginUser"><MemberSignature Language="C#" Value="public int LoginUser (string strReturnUrl);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters><Parameter Name="strReturnUrl" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para><para /></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An integer result code.</para></returns><param name="strReturnUrl"><attribution license="cc4" from="Microsoft" modified="false" />The URL to which the Login server should redirect users after sign in is complete. Pass null to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LoginUser"><MemberSignature Language="C#" Value="public int LoginUser (string szRetURL, int iTimeWindow, bool fForceLogin, string szCOBrandArgs, int iLangID, string strNameSpace, int iKPP, bool fUseSecureAuth, object oExtraParams);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters><Parameter Name="szRetURL" Type="System.String" /><Parameter Name="iTimeWindow" Type="System.Int32" /><Parameter Name="fForceLogin" Type="System.Boolean" /><Parameter Name="szCOBrandArgs" Type="System.String" /><Parameter Name="iLangID" Type="System.Int32" /><Parameter Name="strNameSpace" Type="System.String" /><Parameter Name="iKPP" Type="System.Int32" /><Parameter Name="fUseSecureAuth" Type="System.Boolean" /><Parameter Name="oExtraParams" Type="System.Object" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Logs the user on, either by generating a 302 redirect URL or by initiating a Passport-aware client authentication exchange. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An integer result code.</para></returns><param name="szRetURL"><attribution license="cc4" from="Microsoft" modified="false" />The URL to which the Login server should redirect users after sign in is complete. Pass null to indicate that Passport should use the default value. </param><param name="iTimeWindow"><attribution license="cc4" from="Microsoft" modified="false" />The time value, in seconds. Pass -1 to indicate that Passport should use the default value. </param><param name="fForceLogin"><attribution license="cc4" from="Microsoft" modified="false" />true to have the Login server compare the <paramref name="iTimeWindow" /> parameter against the time since the user last signed in; false to have the Login server compare <paramref name="iTimeWindow" /> against the last time the Ticket was refreshed. Pass -1 to indicate that Passport should use the default value. </param><param name="szCOBrandArgs"><attribution license="cc4" from="Microsoft" modified="false" />A string specifying variables to be appended as query string variables to the URL of the participant's Cobranding Template script page. Pass null to indicate that Passport should use the default value. </param><param name="iLangID"><attribution license="cc4" from="Microsoft" modified="false" />A locale identifier (LCID) specifying the language in which the Login page should be displayed. Pass -1 to indicate that Passport should use the default value. </param><param name="strNameSpace"><attribution license="cc4" from="Microsoft" modified="false" />A domain name space to which you want to direct users without Passports to register. The specified name space must appear as a "domain name" entry in the Partner.xml Component Configuration Document (CCD). The typical default name space is "passport.com". Pass null to indicate that Passport should use the default value. </param><param name="iKPP"><attribution license="cc4" from="Microsoft" modified="false" />Pass -1 to indicate that Passport should use the default value. This parameter is only relevant when implementing Kids Passport service; however, Kids Passport service cannot currently support use of this method. </param><param name="fUseSecureAuth"><attribution license="cc4" from="Microsoft" modified="false" />SSL sign-in is not available as an option in the current version Login servers. Passport Manager methods include SSL sign-in parameters and they may be required for syntax, but they are currently ignored at the server. Check the Passport Web site for updates on the status of SSL sign-in. Pass -1 to indicate that Passport should use the default value. </param><param name="oExtraParams"><attribution license="cc4" from="Microsoft" modified="false" />Name-value pairs to be inserted directly into the challenge authentication header, specifically for Passport-aware authentication interaction. Pass null to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LoginUser"><MemberSignature Language="C#" Value="public int LoginUser (string szRetURL, int iTimeWindow, int fForceLogin, string szCOBrandArgs, int iLangID, string strNameSpace, int iKPP, int iUseSecureAuth, object oExtraParams);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters><Parameter Name="szRetURL" Type="System.String" /><Parameter Name="iTimeWindow" Type="System.Int32" /><Parameter Name="fForceLogin" Type="System.Int32" /><Parameter Name="szCOBrandArgs" Type="System.String" /><Parameter Name="iLangID" Type="System.Int32" /><Parameter Name="strNameSpace" Type="System.String" /><Parameter Name="iKPP" Type="System.Int32" /><Parameter Name="iUseSecureAuth" Type="System.Int32" /><Parameter Name="oExtraParams" Type="System.Object" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An integer result code.</para></returns><param name="szRetURL"><attribution license="cc4" from="Microsoft" modified="false" />The URL to which the Login server should redirect users after sign in is complete. Pass null to indicate that Passport should use the default value. </param><param name="iTimeWindow"><attribution license="cc4" from="Microsoft" modified="false" />The time value, in seconds. Pass -1 to indicate that Passport should use the default value. </param><param name="fForceLogin"><attribution license="cc4" from="Microsoft" modified="false" />Indicates whether the Login server should compare the <paramref name="iTimeWindow" /> parameter against the time since the user last signed in or against the last time the Ticket was refreshed. Pass -1 to indicate that Passport should use the default value. </param><param name="szCOBrandArgs"><attribution license="cc4" from="Microsoft" modified="false" />A string specifying variables to be appended as query string variables to the URL of the participant's Cobranding Template script page. Pass null to indicate that Passport should use the default value. </param><param name="iLangID"><attribution license="cc4" from="Microsoft" modified="false" />A locale identifier (LCID) specifying the language in which the Login page should be displayed. Pass -1 to indicate that Passport should use the default value. </param><param name="strNameSpace"><attribution license="cc4" from="Microsoft" modified="false" />A domain name space to which you want to direct users without Passports to register. The specified name space must appear as a "domain name" entry in the Partner.xml Component Configuration Document (CCD). The typical default name space is "passport.com". Pass null to indicate that Passport should use the default value. </param><param name="iKPP"><attribution license="cc4" from="Microsoft" modified="false" />Pass -1 to indicate that Passport should use the default value. This parameter is only relevant when implementing Kids Passport service; however, Kids Passport service cannot currently support use of this method. </param><param name="iUseSecureAuth"><attribution license="cc4" from="Microsoft" modified="false" />SSL sign-in is not available as an option in the current version Login servers. Passport Manager methods include SSL sign-in parameters and they may be required for syntax, but they are currently ignored at the server. Check the Passport Web site for updates on the status of SSL sign-in. Pass -1 to indicate that Passport should use the default value. </param><param name="oExtraParams"><attribution license="cc4" from="Microsoft" modified="false" />Name-value pairs to be inserted directly into the challenge authentication header, specifically for Passport-aware authentication interaction. Pass null to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LogoTag"><MemberSignature Language="C#" Value="public string LogoTag ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns an HTML fragment containing an image tag for a Passport link. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An HTML fragment containing an image tag for a Passport link.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LogoTag"><MemberSignature Language="C#" Value="public string LogoTag (string strReturnUrl);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strReturnUrl" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para><para /></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns an HTML fragment containing an HTML &lt;img&gt; tag for a Passport link. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An HTML fragment containing an image tag for a Passport link.</para></returns><param name="strReturnUrl"><attribution license="cc4" from="Microsoft" modified="false" />Sets the URL of the location to which the Login server should redirect members after they log on. Pass null to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LogoTag"><MemberSignature Language="C#" Value="public string LogoTag (string strReturnUrl, int iTimeWindow, bool fForceLogin, string strCoBrandedArgs, int iLangID, bool fSecure, string strNameSpace, int iKPP, bool bUseSecureAuth);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strReturnUrl" Type="System.String" /><Parameter Name="iTimeWindow" Type="System.Int32" /><Parameter Name="fForceLogin" Type="System.Boolean" /><Parameter Name="strCoBrandedArgs" Type="System.String" /><Parameter Name="iLangID" Type="System.Int32" /><Parameter Name="fSecure" Type="System.Boolean" /><Parameter Name="strNameSpace" Type="System.String" /><Parameter Name="iKPP" Type="System.Int32" /><Parameter Name="bUseSecureAuth" Type="System.Boolean" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns an HTML fragment containing an HTML &lt;img&gt; tag for a Passport link. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An HTML fragment containing an image tag for a Passport link.</para></returns><param name="strReturnUrl"><attribution license="cc4" from="Microsoft" modified="false" />Sets the URL of the location to which the Login server should redirect members after they log on. Pass null to indicate that Passport should use the default value. </param><param name="iTimeWindow"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param><param name="fForceLogin"><attribution license="cc4" from="Microsoft" modified="false" />Determines how the <paramref name="iTimeWindow" /> parameter gets used. Pass -1 to indicate that Passport should use the default value. </param><param name="strCoBrandedArgs"><attribution license="cc4" from="Microsoft" modified="false" />Specifies variables to be appended as query string variables to the URL of the participant's Cobranding Template script page. Pass null to indicate that Passport should use the default value. </param><param name="iLangID"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the language to be used for the logon page that is displayed to the member. Pass -1 to indicate that Passport should use the default value. </param><param name="fSecure"><attribution license="cc4" from="Microsoft" modified="false" />Declares whether this method is being called from an HTTPS (SSL) page. Pass -1 to indicate that Passport should use the default value. </param><param name="strNameSpace"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param><param name="iKPP"><attribution license="cc4" from="Microsoft" modified="false" />Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param><param name="bUseSecureAuth"><attribution license="cc4" from="Microsoft" modified="false" />Declares whether the actual logon UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LogoTag"><MemberSignature Language="C#" Value="public string LogoTag (string strReturnUrl, int iTimeWindow, int iForceLogin, string strCoBrandedArgs, int iLangID, int iSecure, string strNameSpace, int iKPP, int iUseSecureAuth);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strReturnUrl" Type="System.String" /><Parameter Name="iTimeWindow" Type="System.Int32" /><Parameter Name="iForceLogin" Type="System.Int32" /><Parameter Name="strCoBrandedArgs" Type="System.String" /><Parameter Name="iLangID" Type="System.Int32" /><Parameter Name="iSecure" Type="System.Int32" /><Parameter Name="strNameSpace" Type="System.String" /><Parameter Name="iKPP" Type="System.Int32" /><Parameter Name="iUseSecureAuth" Type="System.Int32" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns an HTML fragment containing an HTML &lt;img&gt; tag for a Passport link. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An HTML fragment containing an image tag for a Passport link.</para></returns><param name="strReturnUrl"><attribution license="cc4" from="Microsoft" modified="false" />Sets the URL of the location to which the Login server should redirect members after they log on. Pass null to indicate that Passport should use the default value. </param><param name="iTimeWindow"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param><param name="iForceLogin"><attribution license="cc4" from="Microsoft" modified="false" />Determines how the <paramref name="iTimeWindow" /> parameter gets used. Pass -1 to indicate that Passport should use the default value. </param><param name="strCoBrandedArgs"><attribution license="cc4" from="Microsoft" modified="false" />Specifies variables to be appended as query string variables to the URL of the participant's Cobranding Template script page. Pass null to indicate that Passport should use the default value. </param><param name="iLangID"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the language to be used for the logon page that is displayed to the member. Pass -1 to indicate that Passport should use the default value. </param><param name="iSecure"><attribution license="cc4" from="Microsoft" modified="false" />Declares whether this method is being called from an HTTPS (SSL) page. Pass -1 to indicate that Passport should use the default value. </param><param name="strNameSpace"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param><param name="iKPP"><attribution license="cc4" from="Microsoft" modified="false" />Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param><param name="iUseSecureAuth"><attribution license="cc4" from="Microsoft" modified="false" />Declares whether the actual logon UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LogoTag2"><MemberSignature Language="C#" Value="public string LogoTag2 ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns an HTML fragment containing an image tag for a Passport link. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An HTML fragment containing an image tag for a Passport link.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LogoTag2"><MemberSignature Language="C#" Value="public string LogoTag2 (string strReturnUrl);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strReturnUrl" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para><para /></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns an HTML fragment containing an HTML &lt;img&gt; tag for a Passport link. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An HTML fragment containing an image tag for a Passport link.</para></returns><param name="strReturnUrl"><attribution license="cc4" from="Microsoft" modified="false" />Sets the URL of the location to which the Login server should redirect members after they log on. Pass null to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LogoTag2"><MemberSignature Language="C#" Value="public string LogoTag2 (string strReturnUrl, int iTimeWindow, bool fForceLogin, string strCoBrandedArgs, int iLangID, bool fSecure, string strNameSpace, int iKPP, bool bUseSecureAuth);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strReturnUrl" Type="System.String" /><Parameter Name="iTimeWindow" Type="System.Int32" /><Parameter Name="fForceLogin" Type="System.Boolean" /><Parameter Name="strCoBrandedArgs" Type="System.String" /><Parameter Name="iLangID" Type="System.Int32" /><Parameter Name="fSecure" Type="System.Boolean" /><Parameter Name="strNameSpace" Type="System.String" /><Parameter Name="iKPP" Type="System.Int32" /><Parameter Name="bUseSecureAuth" Type="System.Boolean" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns an HTML fragment containing an HTML &lt;img&gt; tag for a Passport link. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An HTML fragment containing an image tag for a Passport link.</para></returns><param name="strReturnUrl"><attribution license="cc4" from="Microsoft" modified="false" />Sets the URL of the location to which the Login server should redirect members after they log on. Pass null to indicate that Passport should use the default value. </param><param name="iTimeWindow"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param><param name="fForceLogin"><attribution license="cc4" from="Microsoft" modified="false" />Determines how the <paramref name="iTimeWindow" /> parameter gets used. Pass -1 to indicate that Passport should use the default value. </param><param name="strCoBrandedArgs"><attribution license="cc4" from="Microsoft" modified="false" />Specifies variables to be appended as query string variables to the URL of the participant's Cobranding Template script page. Pass null to indicate that Passport should use the default value. </param><param name="iLangID"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the language to be used for the logon page that is displayed to the member. Pass -1 to indicate that Passport should use the default value. </param><param name="fSecure"><attribution license="cc4" from="Microsoft" modified="false" />Declares whether this method is being called from an HTTPS (SSL) page. Pass -1 to indicate that Passport should use the default value. </param><param name="strNameSpace"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param><param name="iKPP"><attribution license="cc4" from="Microsoft" modified="false" />Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param><param name="bUseSecureAuth"><attribution license="cc4" from="Microsoft" modified="false" />Declares whether the actual logon UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LogoTag2"><MemberSignature Language="C#" Value="public string LogoTag2 (string strReturnUrl, int iTimeWindow, int iForceLogin, string strCoBrandedArgs, int iLangID, int iSecure, string strNameSpace, int iKPP, int iUseSecureAuth);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="strReturnUrl" Type="System.String" /><Parameter Name="iTimeWindow" Type="System.Int32" /><Parameter Name="iForceLogin" Type="System.Int32" /><Parameter Name="strCoBrandedArgs" Type="System.String" /><Parameter Name="iLangID" Type="System.Int32" /><Parameter Name="iSecure" Type="System.Int32" /><Parameter Name="strNameSpace" Type="System.String" /><Parameter Name="iKPP" Type="System.Int32" /><Parameter Name="iUseSecureAuth" Type="System.Int32" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns an HTML fragment containing an HTML &lt;img&gt; tag for a Passport link. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An HTML fragment containing an image tag for a Passport link.</para></returns><param name="strReturnUrl"><attribution license="cc4" from="Microsoft" modified="false" />Sets the URL of the location to which the Login server should redirect members after they log on. Pass null to indicate that Passport should use the default value. </param><param name="iTimeWindow"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the interval during which members must have last logged on. Pass -1 to indicate that Passport should use the default value. </param><param name="iForceLogin"><attribution license="cc4" from="Microsoft" modified="false" />Determines how the <paramref name="iTimeWindow" /> parameter gets used. Pass -1 to indicate that Passport should use the default value. </param><param name="strCoBrandedArgs"><attribution license="cc4" from="Microsoft" modified="false" />Specifies variables to be appended as query string variables to the URL of the participant's Cobranding Template script page. Pass null to indicate that Passport should use the default value. </param><param name="iLangID"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the language to be used for the logon page that is displayed to the member. Pass -1 to indicate that Passport should use the default value. </param><param name="iSecure"><attribution license="cc4" from="Microsoft" modified="false" />Declares whether this method is being called from an HTTPS (SSL) page. Pass -1 to indicate that Passport should use the default value. </param><param name="strNameSpace"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the domain in which the Passport should be created. Pass null to indicate that Passport should use the default value. </param><param name="iKPP"><attribution license="cc4" from="Microsoft" modified="false" />Specifies data collection policies for purposes of Children's Online Privacy Protection Act (COPPA) compliance. Pass -1 to indicate that Passport should use the default value. </param><param name="iUseSecureAuth"><attribution license="cc4" from="Microsoft" modified="false" />Declares whether the actual logon UI should be served HTTPS from the Passport domain authority. Pass -1 to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LogoutURL"><MemberSignature Language="C#" Value="public string LogoutURL ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns the Passport logout URL string. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The Passport logout URL string.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="LogoutURL"><MemberSignature Language="C#" Value="public string LogoutURL (string szReturnURL, string szCOBrandArgs, int iLangID, string strDomain, int iUseSecureAuth);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="szReturnURL" Type="System.String" /><Parameter Name="szCOBrandArgs" Type="System.String" /><Parameter Name="iLangID" Type="System.Int32" /><Parameter Name="strDomain" Type="System.String" /><Parameter Name="iUseSecureAuth" Type="System.Int32" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns the Passport logout URL string using the specified parameters. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The Passport logout URL string.</para></returns><param name="szReturnURL"><attribution license="cc4" from="Microsoft" modified="false" />See IPassportManager3.LogoutUrl for more details. Pass null to indicate that Passport should use the default value. </param><param name="szCOBrandArgs"><attribution license="cc4" from="Microsoft" modified="false" />See IPassportManager3.LogoutUrl for more details. Pass null to indicate that Passport should use the default value. </param><param name="iLangID"><attribution license="cc4" from="Microsoft" modified="false" />See IPassportManager3.LogoutUrl for more details. Pass -1 to indicate that Passport should use the default value. </param><param name="strDomain"><attribution license="cc4" from="Microsoft" modified="false" />See IPassportManager3.LogoutUrl for more details. Pass null to indicate that Passport should use the default value. </param><param name="iUseSecureAuth"><attribution license="cc4" from="Microsoft" modified="false" />See IPassportManager3.LogoutUrl for more details. Pass -1 to indicate that Passport should use the default value. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Name"><MemberSignature Language="C#" Value="public string Name { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'string'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the name of the current user. This class is deprecated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SetOption"><MemberSignature Language="C#" Value="public void SetOption (string strOpt, object vOpt);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="strOpt" Type="System.String" /><Parameter Name="vOpt" Type="System.Object" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Sets a specific Passport logon option. This class is deprecated.</para></summary><param name="strOpt"><attribution license="cc4" from="Microsoft" modified="false" />The option to set. </param><param name="vOpt"><attribution license="cc4" from="Microsoft" modified="false" />The value to set. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SignOut"><MemberSignature Language="C#" Value="public static void SignOut (string strSignOutDotGifFileName);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="strSignOutDotGifFileName" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Logs off the given Passport member from the current session. This class is deprecated.</para></summary><param name="strSignOutDotGifFileName"><attribution license="cc4" from="Microsoft" modified="false" />An HTML fragment containing an image for the user to click on to sign out. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="System.IDisposable.Dispose"><MemberSignature Language="C#" Value="void IDisposable.Dispose ();" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Releases all resources used by the <see cref="T:System.Web.Security.PassportIdentity" /> class. This class is deprecated.</para></summary></Docs></Member><Member MemberName="Ticket"><MemberSignature Language="C#" Value="public object Ticket (string strAttribute);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Parameters><Parameter Name="strAttribute" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets information on a specific attribute of the Passport authentication ticket. This class is deprecated.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An object representing an attribute of the Passport authentication ticket.</para></returns><param name="strAttribute"><attribution license="cc4" from="Microsoft" modified="false" />A string identifying the Passport authentication ticket to return. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="TicketAge"><MemberSignature Language="C#" Value="public int TicketAge { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'int'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the time, in seconds, since the last ticket was issued or refreshed. This class is deprecated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="TimeSinceSignIn"><MemberSignature Language="C#" Value="public int TimeSinceSignIn { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'int'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="http://go.microsoft.com/fwlink/?LinkId=106346">Windows Live ID SDK</see>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the time, in seconds, since a member's logon to the Passport logon server. This class is deprecated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>