NonAuthenticatedIdentity Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This class provides an IIdentity that is not considered authenticated. This allows a site to recognize a user without treating the user as authenticated.
The NonAuthenticatedIdentity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NonAuthenticatedIdentity | Overloaded. Initializes a new instance of the NonAuthenticatedIdentity class representing the user with the specified name. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
AuthenticationType | (Inherited from GenericIdentity.) | |
IsAuthenticated | Gets a value indicating whether the user has been authenticated. (Overrides GenericIdentity..::.IsAuthenticated.) | |
Name | (Inherited from GenericIdentity.) |
Top