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.
Creates an object that represents the SPClaim for the user.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function CreateUserClaim ( _
userIdentifier As String, _
issuerType As SPOriginalIssuerType _
) As SPClaim
'Usage
Dim userIdentifier As String
Dim issuerType As SPOriginalIssuerType
Dim returnValue As SPClaim
returnValue = SPClaimProviderManager.CreateUserClaim(userIdentifier, _
issuerType)
public static SPClaim CreateUserClaim(
string userIdentifier,
SPOriginalIssuerType issuerType
)
Parameters
userIdentifier
Type: System.StringA string that represents the unique identifier for the user.
issuerType
Type: Microsoft.SharePoint.Administration.Claims.SPOriginalIssuerTypeAn object that represents the type of issuer for the user identifier.
Return Value
Type: Microsoft.SharePoint.Administration.Claims.SPClaim
An object that contains the claim object for the user.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The userIdentifier parameter is a null reference (Nothing in Visual Basic). |
ArgumentException | The issuerType parameter requires an identifier. |