SiteAccessChecker.DemandSiteRightBySID Method
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Security
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Sub DemandSiteRightBySID ( _
bSID As Byte() _
)
'Usage
Dim instance As SiteAccessChecker
Dim bSID As Byte()
instance.DemandSiteRightBySID(bSID)
[ObsoleteAttribute("This class is obsolete.")]
public void DemandSiteRightBySID(
byte[] bSID
)
Parameters
- bSID
Type: []