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.170 -- Release Build+ca3065dc8f8b84c59ee38bd3367c3e71f3818071
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.