Partager via


SPTrustedClaimTypeInformation.IsClaimTypeReserved - Méthode

Détermine si le type de déclaration spécifié est un type de revendication réservé.

Espace de noms :  Microsoft.SharePoint.Administration.Claims
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Shared Function IsClaimTypeReserved ( _
    claimType As String _
) As Boolean
'Utilisation
Dim claimType As String
Dim returnValue As Boolean

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

Paramètres

  • claimType
    Type : System.String

    Le type de déclaration doit être vérifiée.

Valeur renvoyée

Type : System.Boolean
true si le type de déclaration spécifié est réservé. dans le cas contraire, false.

Exceptions

Exception Condition
ArgumentNullException

claimType est null .

Remarques

Cette méthode retourne true si claimType est égal à NameIdentifier, DefaultNameClaimType(), IdentityProvider, UserIdentifierou UserLogonName.

Voir aussi

Référence

SPTrustedClaimTypeInformation classe

SPTrustedClaimTypeInformation - Membres

Microsoft.SharePoint.Administration.Claims - Espace de noms