IWebDistributedFormsAuthServerManager
Exposes methods for working with web distributed forms authentication server objects.
Retrieves data for a web distributed forms authentication server.
Task<WebDistributedFormsAuthServerResponse> ReadAsync(int serverID, bool includeMetadata, bool includeActions)
Retrieves data for a web distributed forms authentication server.
Task<WebDistributedFormsAuthServerResponse> UpdateAsync(int serverID, WebDistributedFormsAuthServerRequest request)
Modifies properties of a web distributed forms authentication server.
Task<WebDistributedFormsAuthServerResponse> UpdateAsync(int serverID, WebDistributedFormsAuthServerRequest request, DateTime lastModifiedOn)
Modifies properties of a web distributed forms authentication server.