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