예제 #1
0
 protected virtual bool KeyValidator(Guid key, IManagementConfig config) => false;
예제 #2
0
 protected override bool KeyValidator(Guid key, IManagementConfig config)
 => config.ServiceKey.Equals(key);
 protected override bool KeyValidator(Guid key, IManagementConfig config)
 => config.DeveloperKey.Equals(key);