SPClaimProvider.CreateClaimForArguments method

Creates a claim matching the arguments if possible otherwise returns null.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable Function CreateClaimForArguments ( _
    arguments As SPClaimArguments _
) As SPClaim
'Usage
Dim arguments As SPClaimArguments
Dim returnValue As SPClaim

returnValue = Me.CreateClaimForArguments(arguments)
protected virtual SPClaim CreateClaimForArguments(
    SPClaimArguments arguments
)

Parameters

Return value

Type: Microsoft.SharePoint.Administration.Claims.SPClaim
An SPClaim matching the arguments or null.

Remarks

Should not throw an exception.

See also

Reference

SPClaimProvider class

SPClaimProvider members

Microsoft.SharePoint.Administration.Claims namespace