SharePoint.dll.2016.SSOM by Microsoft

<PackageReference Include="SharePoint.dll.2016.SSOM" Version="16.0.4327.1000" />

.NET API 30,323,408 bytes

 IExternalSecurityWeb

public interface IExternalSecurityWeb
Provides methods that return custom information about the security used in Microsoft Windows SharePoint Services for use in indexing by a search crawler on a portal.

Returns a Boolean value that indicates whether anonymous access is enabled for a site.

Returns the security modification date for a site or list for the purpose of recrawling the site or list with the search crawler.

string GetPermission()

Returns the access control list (ACL) for a site or list in XML format.

Returns security properties used in indexing by a search crawler.

void Init(SPSite spSite, SPWeb spWeb)

Initializes the external security provider.