The current implementation of the IMembershipProvider only offers a synchronous endpoint. This means that using APIs with asynchronous endpoints to perform the validation is more difficult than it should be, especially since the calling code is already async.
The current implementation of the
IMembershipProvider
only offers a synchronous endpoint. This means that using APIs with asynchronous endpoints to perform the validation is more difficult than it should be, especially since the calling code is already async.