Partager via


SPClaimTypes.IsValid - Méthode

Détermine si un type de revendication est valide.

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

Syntaxe

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

returnValue = SPClaimTypes.IsValid(claimType)
public static bool IsValid(
    string claimType
)

Paramètres

  • claimType
    Type : System.String

    Le type de revendication à valider.

Valeur renvoyée

Type : System.Boolean
true si le type de revendication est valide ; dans le cas contraire, false.

Exceptions

Exception Condition
ArgumentNullException()

claimType est null .

Remarques

Un type de revendication n'est valide que s'il est au format string1/string2.

Voir aussi

Référence

SPClaimTypes classe

SPClaimTypes - Membres

Microsoft.SharePoint.Administration.Claims - Espace de noms