Finishes the asynchronous execution of the  DecodeAuthorizationMessage operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
DecodeAuthorizationMessageResponse EndDecodeAuthorizationMessage( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginDecodeAuthorizationMessage.
 Return Value
 Return ValueReturns a  DecodeAuthorizationMessageResult from SecurityTokenService.
 See Also
 See Also