SPClaimProviderManager.DecodeUserIdentifierClaim method (String, String, String, String)
Decodes an encoded claim string that identifies a user into an SPClaim object.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function DecodeUserIdentifierClaim ( _
claimType As String, _
claimValue As String, _
claimValueType As String, _
claimOriginalIssuer As String _
) As SPClaim
'Usage
Dim claimType As String
Dim claimValue As String
Dim claimValueType As String
Dim claimOriginalIssuer As String
Dim returnValue As SPClaim
returnValue = SPClaimProviderManager.DecodeUserIdentifierClaim(claimType, _
claimValue, claimValueType, claimOriginalIssuer)
public static SPClaim DecodeUserIdentifierClaim(
string claimType,
string claimValue,
string claimValueType,
string claimOriginalIssuer
)
Parameters
claimType
Type: System.StringThe type of the claim. See ClaimType.
claimValue
Type: System.StringThe value of the claim. See Value.
claimValueType
Type: System.StringThe value type of the claim. See ValueType.
claimOriginalIssuer
Type: System.StringThe original issuer of the claim. See OriginalIssuer.
Return value
Type: Microsoft.SharePoint.Administration.Claims.SPClaim
A SPClaim object that identifies a user.
See also
Reference
SPClaimProviderManager members