Freigeben über


SPTrustedClaimTypeInformation.IsClaimTypeReserved-Methode

Bestimmt, ob der angegebene Forderungstyp ein reservierter Forderungstyp ist.

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

Syntax

'Declaration
Public Shared Function IsClaimTypeReserved ( _
    claimType As String _
) As Boolean
'Usage
Dim claimType As String
Dim returnValue As Boolean

returnValue = SPTrustedClaimTypeInformation.IsClaimTypeReserved(claimType)
public static bool IsClaimTypeReserved(
    string claimType
)

Parameter

  • claimType
    Typ: System.String

    Der Typ des Anspruchs überprüft werden soll.

Rückgabewert

Typ: System.Boolean
true , wenn der angegebene Forderungstyp reserviert ist; andernfalls false.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

claimType ist Null .

Hinweise

Diese Methode gibt true zurück, wenn claimTypeNameIdentifier, DefaultNameClaimType(), IdentityProvider, UserIdentifieroder UserLogonNameentspricht.

Siehe auch

Referenz

SPTrustedClaimTypeInformation Klasse

SPTrustedClaimTypeInformation-Member

Microsoft.SharePoint.Administration.Claims-Namespace