Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether the user has been authenticated.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Shared (in Microsoft.CommerceServer.Shared.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsAuthenticated As Boolean
'Usage
Dim instance As NonAuthenticatedIdentity
Dim value As Boolean
value = instance.IsAuthenticated
public override bool IsAuthenticated { get; }
public:
virtual property bool IsAuthenticated {
bool get () override;
}
public override function get IsAuthenticated () : boolean
Property Value
Type: System..::.Boolean
false in all cases.
Implements
Remarks
This property is derived from the GenericIdentity class and is overridden to always return false.
Returns a value indicating whether the user has been authenticated. This method always returns false, indicating that the user has not been authenticated.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
NonAuthenticatedIdentity Class