Class ISynchronizingUserServiceExtensions
Synchronizes a claims identity to the database
Inheritance
System.Object
ISynchronizingUserServiceExtensions
Namespace: EPiServer.Security
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public static class ISynchronizingUserServiceExtensions : Object
Methods
SynchronizeAsync(ISynchronizingUserService, ClaimsIdentity)
Synchronizes a claims identity to the database
Declaration
public static Task SynchronizeAsync(this ISynchronizingUserService service, ClaimsIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
ISynchronizing |
service | The service that is being extended |
System. |
identity | The claims identity |
Returns
Type | Description |
---|---|
System. |
Exceptions
Type | Condition |
---|---|
System. |
If the identity is not authenticated |