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
arguments
Type: Microsoft.SharePoint.Administration.Claims.SPClaimArgumentsDefines the claim we wish to create.
Return value
Type: Microsoft.SharePoint.Administration.Claims.SPClaim
An SPClaim matching the arguments or null.
Remarks
Should not throw an exception.