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.
Gets or sets the maximum length allowed for the forms authentication logon cookies.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property MaxCookieLength As UInteger
Get
Set
'Usage
Dim instance As FormsAuthenticationControl
Dim value As UInteger
value = instance.MaxCookieLength
instance.MaxCookieLength = value
public uint MaxCookieLength { get; set; }
Property Value
Type: System.UInt32
Returns a UInt32 value.
See Also
Reference
FormsAuthenticationControl Class