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