This documentation is archived and is not being maintained.

CreatingCookieEventArgs Properties

The CreatingCookieEventArgs type exposes the following members.

  NameDescription
Public property CookieIsSet Gets or sets a value that indicates whether the authentication cookie has been created.
Public property CustomCredential Gets additional authentication values that are provided by the user.
Public property IsPersistent Gets a value that indicates whether the authentication cookie should be retained beyond the current session.
Public property Password Gets the password for the user.
Public property UserName Gets the name for the user.
Top
Show: