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".

See also

Reference

BdcAccessControlList class

BdcAccessControlList members

Microsoft.SharePoint.BusinessData.Infrastructure namespace