This documentation is archived and is not being maintained.
ClientFormsIdentity Members
Visual Studio 2008
Represents a user identity authenticated for client application services by using forms authentication.
The ClientFormsIdentity type exposes the following members.
| Name | Description | |
|---|---|---|
|
ClientFormsIdentity | Initializes a new instance of the ClientFormsIdentity class. |
| Name | Description | |
|---|---|---|
|
Dispose | Overloaded. Releases the resources used by the ClientFormsIdentity. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RevalidateUser | Silently authenticates the user by using cached credentials. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
AuthenticationCookies | Gets a collection of the cookies retrieved from the authentication service. |
|
AuthenticationType | Gets the type of authentication that is used to authenticate the user. |
|
IsAuthenticated | Gets a value indicating whether the user has been authenticated. |
|
Name | Gets the name of the user. |
|
Provider | Gets the membership provider that is used to authenticate the user. |
Show: