SPTrustedClaimTypeInformation.MappedClaimType Property

Gets or sets the local claim type that is equivalent to the claim type issued by the trusted login provider.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MappedClaimType As String
    Get
    Set
'Usage
Dim instance As SPTrustedClaimTypeInformation
Dim value As String

value = instance.MappedClaimType

instance.MappedClaimType = value
public string MappedClaimType { get; set; }

Property Value

Type: System.String
A string that represents the local claim type that is equivalent to the claim type issued by the trusted login provider.

Exceptions

Exception Condition
ArgumentNullException

The value is a null reference (Nothing in Visual Basic).

ArgumentException

This object represents the identity claim type or a reserved claim type.

See Also

Reference

SPTrustedClaimTypeInformation Class

SPTrustedClaimTypeInformation Members

Microsoft.SharePoint.Administration.Claims Namespace