Inheritance: IdentityStoreManager
 public AppIdentityAuthenticationManager(AppIdentityStoreManager storeManager)
     : base(storeManager)
 {
     this.storeManager = storeManager;
 }
Exemple #2
0
 public AppIdentityAuthenticationManager(AppIdentityStoreManager storeManager)
     : base(storeManager)
 {
     this.storeManager = storeManager;
 }