public virtual async Task <Response <Key> > CreateKeyAsync(string name, JsonWebKeyType keyType, CancellationToken cancellationToken = default) { await Task.CompletedTask; throw new NotImplementedException(); }
public virtual Response <Key> CreateKey(string name, JsonWebKeyType keyType, CancellationToken cancellationToken = default) { throw new NotImplementedException(); }