Partager via


SPTrustedClaimTypeInformation.IsKnownClaimValue - Méthode

Retourne la valeur qui indique si la chaîne d'entrée est un stockée ClaimValue.

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

Syntaxe

'Déclaration
Public Function IsKnownClaimValue ( _
    value As String _
) As Boolean
'Utilisation
Dim instance As SPTrustedClaimTypeInformation
Dim value As String
Dim returnValue As Boolean

returnValue = instance.IsKnownClaimValue(value)
public bool IsKnownClaimValue(
    string value
)

Paramètres

  • value
    Type : System.String

    Une chaîne qui représente une possible ClaimValue.

Valeur renvoyée

Type : System.Boolean
true si la chaîne d'entrée est un stockée ClaimValue; dans le cas contraire, false.

Exceptions

Exception Condition
ArgumentNullException

value est null .

Voir aussi

Référence

SPTrustedClaimTypeInformation classe

SPTrustedClaimTypeInformation - Membres

Microsoft.SharePoint.Administration.Claims - Espace de noms