コード例 #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);
コード例 #3
0
 protected override bool KeyValidator(Guid key, IManagementConfig config)
 => config.DeveloperKey.Equals(key);