IWebDistributedWindowsAuthServerManager
Exposes methods for working with web distributed windows authentication server objects.
Task<WebDistributedWindowsAuthServerResponse> ReadAsync(int serverID, bool includeMetadata = false, bool includeActions = false)
Retrieves data for a web distributed windows authentication server.
Task<WebDistributedWindowsAuthServerResponse> UpdateAsync(int serverID, WebDistributedWindowsAuthServerRequest request)
Modifies properties of a web distributed windows authentication server.
Task<WebDistributedWindowsAuthServerResponse> UpdateAsync(int serverID, WebDistributedWindowsAuthServerRequest request, DateTime lastModifiedOn)
Modifies properties of a web distributed windows authentication server.