SPTrustedClaimTypeInformation class

Represents the information about a single claim type that the administrator has chosen to map to incoming Security Assertion Markup Language (SAML) tokens.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.Claims.SPTrustedClaimTypeInformation

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPTrustedClaimTypeInformation _
    Inherits SPAutoSerializingObject
'Usage
Dim instance As SPTrustedClaimTypeInformation
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPTrustedClaimTypeInformation : SPAutoSerializingObject

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPTrustedClaimTypeInformation members

Microsoft.SharePoint.Administration.Claims namespace