SPWebApplication.MigrateUsersToClaims method (NTAccount, Boolean)
Migrates users from legacy authentication to claims-based authentication.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function MigrateUsersToClaims ( _
account As NTAccount, _
removePermissionsAfter As Boolean _
) As Boolean
'Usage
Dim instance As SPWebApplication
Dim account As NTAccount
Dim removePermissionsAfter As Boolean
Dim returnValue As Boolean
returnValue = instance.MigrateUsersToClaims(account, _
removePermissionsAfter)
public bool MigrateUsersToClaims(
NTAccount account,
bool removePermissionsAfter
)
Parameters
account
Type: System.Security.Principal.NTAccountThe NTAccount that will perform the operation.
removePermissionsAfter
Type: System.BooleanThe account is given the correct permissions to perform the operation. Indicates whether the permission should be removed when the operation is completed.
Return value
Type: System.Boolean
true if successful; otherwise, false.