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