IAuthenticationProviderFindClaims Method
Find claims that can be returned by the authentication provider.
Namespace: Gemstone.Security.AuthenticationProvidersAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.171 -- Release Build+9bbaecd83e44e0973a7b18ef958272cfb4d67729
function FindClaims(claimType, searchText);
- claimType String
- The type of claim to search for
- searchText String
- Text used to narrow the results for the search for claims
IEnumerableIProviderClaimA collection of claims matching the search text.
Search text can include asterisks as wildcards.
To include a literal asterisk, use backslash as the escape character.
A literal backslash can be escaped by another backslash.
Any other character escaped by a backslash matches the character;
the backslash will be removed.