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.Office.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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".