Share via


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