SPClaimProvider.ClaimValueTypes method
Retrieves the ValueType claim value types that is returned by this claims provider.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function ClaimValueTypes As String()
'Usage
Dim instance As SPClaimProvider
Dim returnValue As String()
returnValue = instance.ClaimValueTypes()
public string[] ClaimValueTypes()
Return value
Type: []
A String that contains the value types of the claim.
Remarks
The type of value in the claim. For example, if the claim value is “contributor”, the claim type value is String. Also see GetClaimsForEntity().