Share via


IdentityModelSignInPageBase.AllowCaching property

Gets a value that indicates whether the browser can cache the page.

Namespace:  Microsoft.SharePoint.IdentityModel.Pages
Assembly:  Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property AllowCaching As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.AllowCaching
protected virtual bool AllowCaching { get; }

Property value

Type: System.Boolean
true if the browser can cache the page; otherwise, false.

Remarks

This property is always false.

See also

Reference

IdentityModelSignInPageBase class

IdentityModelSignInPageBase members

Microsoft.SharePoint.IdentityModel.Pages namespace