SupportsPersistentCookies Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether the user supports persistent cookies.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property SupportsPersistentCookies As Boolean
'Usage
Dim instance As AuthenticationInfo
Dim value As Boolean
value = instance.SupportsPersistentCookies
public bool SupportsPersistentCookies { get; }
public:
property bool SupportsPersistentCookies {
bool get ();
}
public function get SupportsPersistentCookies () : boolean
Property Value
Type: System..::.Boolean
true to indicate that the user supports persistent cookies; otherwise, false.
Remarks
Tracks if the user supports persistent cookies. Returns a true to indicate that the user supports persistent cookies. Returns a false to indicate that the user does not support persistent cookies.
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.