AuthTicket Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the authentication ticket for the current user.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property AuthTicket As AuthTicket
'Usage
Dim instance As AuthManager
Dim value As AuthTicket
value = instance.AuthTicket
public AuthTicket AuthTicket { get; }
public:
property AuthTicket^ AuthTicket {
AuthTicket^ get ();
}
public function get AuthTicket () : AuthTicket
Property Value
Type: Microsoft.CommerceServer.Runtime..::.AuthTicket
The AuthTicket for the current user. nullNothingnullptra null reference (Nothing in Visual Basic) if there is no AuthTicket present for the current request.
Remarks
Stores the authentication ticket for the current user.
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.