Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the external security provider.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Sub Init ( _
spSite As SPSite, _
spWeb As SPWeb _
)
'Usage
Dim instance As IExternalSecurityWeb
Dim spSite As SPSite
Dim spWeb As SPWeb
instance.Init(spSite, spWeb)
void Init(
SPSite spSite,
SPWeb spWeb
)
Parameters
spSite
Type: Microsoft.SharePoint.SPSiteA Microsoft.SharePoint.SPSite object that represents the site collection.
spWeb
Type: Microsoft.SharePoint.SPWebA Microsoft.SharePoint.SPWeb object that represents the site.