SPClaimProviderManager.IsEncodedClaim method
Indicates whether a string represents an encoded SPClaim.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function IsEncodedClaim ( _
value As String _
) As Boolean
'Usage
Dim value As String
Dim returnValue As Boolean
returnValue = SPClaimProviderManager.IsEncodedClaim(value)
public static bool IsEncodedClaim(
string value
)
Parameters
value
Type: System.StringA string to examine in order to determine whether it represents a valid SPClaim.
Return value
Type: System.Boolean
true if the value parameter is an encoded claim; otherwise, false.