IdentityModelSignInPageBase.AllowAnonymousAccess property
Gets a value that indicates whether anonymous access is allowed.
Namespace: Microsoft.SharePoint.IdentityModel.Pages
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property AllowAnonymousAccess As Boolean
Get
'Usage
Dim value As Boolean
value = Me.AllowAnonymousAccess
protected override bool AllowAnonymousAccess { get; }
Property value
Type: System.Boolean
true if anonymous access is allowed; otherwise, false.
Remarks
This property is always true.
See also
Reference
IdentityModelSignInPageBase class