Share via


BdcAccessControlList.EncodedAnonymousUsers Property

Gets a string that represents the anonymous users in Business Data Connectivity (BDC) service database.

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared ReadOnly Property EncodedAnonymousUsers As String
    Get
'Usage
Dim value As String

value = BdcAccessControlList.EncodedAnonymousUsers
public static string EncodedAnonymousUsers { get; }

Property Value

Type: System.String
A string that represents the anonymous users.

Remarks

The result of calling this property is the same as the result of calling TranslateFriendlyStringToEncodedClaim(String) on “NT AUTHORITY\Anonymous Logon”. If a server wants to know if a claim represents anonymous users in Business Data Connectivity (BDC) service, it can run an ordinal string comparison against this property to find out.

See Also

Reference

BdcAccessControlList Class

BdcAccessControlList Members

Microsoft.SharePoint.BusinessData.Infrastructure Namespace