BdcAccessControlList.LocalizedNtAuthUsers property

Gets the name of the authenticated user account that corresponds to the System.Security.Principal.WellKnownSidType.AuthenticatedUserSid and that is localized based on the locale of the computer that the code is running on.

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

Syntax

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

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

Property value

Type: System.String
The localized name of the authenticated user account.

Remarks

In the “en-us” locale, the name of this account is “NT AUTHORITY\Authenticated Users".

See also

Reference

BdcAccessControlList class

BdcAccessControlList members

Microsoft.SharePoint.BusinessData.Infrastructure namespace