SPTrustedClaimTypeInformation.IsKnownClaimValue method
Returns the value that represents whether the input string is a stored ClaimValue.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function IsKnownClaimValue ( _
value As String _
) As Boolean
'Usage
Dim instance As SPTrustedClaimTypeInformation
Dim value As String
Dim returnValue As Boolean
returnValue = instance.IsKnownClaimValue(value)
public bool IsKnownClaimValue(
string value
)
Parameters
value
Type: System.StringA string that represents a possible ClaimValue.
Return value
Type: System.Boolean
true if the input string is a stored ClaimValue; otherwise, false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | value is null . |
See also
Reference
SPTrustedClaimTypeInformation class