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.178 -- Release Build+e530c5c0e31352f3de7b5819173c826f4dd2c6c7
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.