AuthenticationInfo.SupportsPersistentCookies Property (BCL)
The SupportsPersistentCookies property is a read-only bool that indicates if the user supports persistent cookies.
Definition
[Visual Basic .NET]
Public ReadOnly Property SupportsPersistentCookies As System.Boolean
[C#]
public System.Boolean SupportsPersistentCookies{get;}
Property Value
Set to True if the user supports persistent cookies, False if the user does not support persistent cookies.
Requirements
Namespace: Microsoft.CommerceServer.Runtime
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
Copyright © 2005 Microsoft Corporation.
All rights reserved.