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

IdentityModelSignInPageBase Members

Microsoft.SharePoint.IdentityModel.Pages Namespace