Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Decodes the suffix of an encoded claim string into a SPClaim object..
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function DecodeClaimFromFormsSuffix ( _
value As String _
) As SPClaim
'Usage
Dim instance As SPClaimProviderManager
Dim value As String
Dim returnValue As SPClaim
returnValue = instance.DecodeClaimFromFormsSuffix(value)
public SPClaim DecodeClaimFromFormsSuffix(
string value
)
Parameters
value
Type: System.StringA string that represents the value to be passed.
Return Value
Type: Microsoft.SharePoint.Administration.Claims.SPClaim
An object that represents the SPClaim.