Method | Description | |
---|---|---|
AppIdentityStoreManager ( |
||
CreateExternalUser ( IUser user, string logOnProvider, string providerKey, string role ) : Task |
||
CreateLocalUser ( IUser user, string password, string role, bool requiresActivation ) : Task |
Method | Description | |
---|---|---|
GenerateIdentityException ( System.Data.Entity.Validation.DbEntityValidationException e ) : IdentityException | ||
PersistChanges ( ) : Task | ||
ValidatePassword ( string password ) : void | ||
ValidateUser ( IUser user ) : void |
public AppIdentityStoreManager ( |
||
storeContext | ||
return | System |
public CreateExternalUser ( IUser user, string logOnProvider, string providerKey, string role ) : Task |
||
user | IUser | |
logOnProvider | string | |
providerKey | string | |
role | string | |
return | Task |
public CreateLocalUser ( IUser user, string password, string role, bool requiresActivation ) : Task |
||
user | IUser | |
password | string | |
role | string | |
requiresActivation | bool | |
return | Task |