BdcAccessControlList.DecodedNtAuthUsers Property
Gets the name of the authenticated user account.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DecodedNtAuthUsers As String
Get
'Usage
Dim value As String
value = BdcAccessControlList.DecodedNtAuthUsers
public static string DecodedNtAuthUsers { get; }
Property Value
Type: System.String
The name of the authenticated user account.
Remarks
The name of the authenticated user account that this property returns does not depend on the locale and is always “NT AUTHORITY\Authenticated Users".