PassportIdentity.LogoTag
PassportIdentity.LogoTag
Returns an HTML fragment containing an HTML image tag for a Microsoft® .NET Passport link. Each IMG source includes an associated HREF to sign in, refresh credentials, or sign out, as appropriate.
Important This method does not take advantage of the .NET Passport authentication capabilities that are built into Microsoft® Windows® XP. The LogoTag2 method does use this functionality. For more information, see PassportIdentity.LogoTag2.
The LogoTag image is the Sign In or Sign Out image that contains a link to the .NET Passport sign-in or sign-out URL. If no valid Ticket cookie is detected, the link image displays Sign In; if a valid Ticket cookie is detected, displays Sign Out.
Overload list
Returns an HTML fragment containing an HTML image tag for a .NET Passport link.
PassportIdentity.LogoTag(string,int,bool,string,int,bool,string,int,bool)
Returns an HTML fragment containing an HTML image tag for a .NET Passport link.
PassportIdentity.LogoTag(string,int,int,string,int,int,string,int,int)
Returns an HTML fragment containing an HTML image tag for a .NET Passport link.
See Also