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.String

    A 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.

See Also

Reference

SPClaimProviderManager Class

SPClaimProviderManager Members

Microsoft.SharePoint.Administration.Claims Namespace