IAttributeStore::EndExecuteQuery Method (IAsyncResult^)
Active Directory Federation Services 2.0
Called by the Active Directory® Federation Services (AD FS) 2.0 policy engine to get the result of query execution.
Assembly: Microsoft.IdentityServer.ClaimsPolicy (in Microsoft.IdentityServer.ClaimsPolicy.dll)
Parameters
- result
-
Type:
System::IAsyncResult^
The IAsyncResult returned by the BeginExecuteQuery method.
Return Value
Type: array<array<System::String^>^>^A two dimensional string array that contains the result of the query. The columns in the array represent claim types, and the rows represent claim values.
This method should block until the query completes.
For a detailed overview of AD FS 2.0 attribute stores, as well as information, including code samples, about how to implement custom attribute stores, see AD FS 2.0 Attribute Store Overview.
Community Additions
ADD
Show: