AuthManager Methods (PIA)

Methods

Method Description
GenerateEncryptionKey Generates an encryption key for the administration of cookie data. Use this method in administration or setup components only.
GetProperty Retrieves the specified custom property stored in a cookie or query string.
GetURL Generates a Uniform Resource Locator (URL) containing optional name/value pairs.
GetUserID Retrieves the unique ID for the current user.
GetUserIDFromCookie Retrieves a user ID from a cookie.
Initialize Initializes the AuthManager object by caching all the required site configuration resource properties.
IsAuthenticated Indicates whether or not a user is currently authenticated.
Refresh Updates the cached site configuration resource properties after any of the properties have been changed.
SetAuthTicket Generates an encrypted AuthTicketType ticket for a registered user.
SetProfileTicket Generates an encrypted ProfileTicketType ticket for an anonymous user.
SetProperty Adds a property/value pair to a cookie or query string containing a ticket.
SetUserID Sets the user ID property on a ticket.
UnInitialize Removes the site-specific configuration resource properties from the cache.
URLArgs Generates an encoded URL query string from arrays of parameter names and values.
URLShopperArgs Generates an encoded Uniform Resource Locator (URL) query string of name/value pairs and append the ticket to the query string if a ticket is set.

Copyright © 2005 Microsoft Corporation.
All rights reserved.