Exemplo n.º 1
0
        public virtual async Task <Response <Key> > CreateKeyAsync(string name, JsonWebKeyType keyType, CancellationToken cancellationToken = default)
        {
            await Task.CompletedTask;

            throw new NotImplementedException();
        }
Exemplo n.º 2
0
 public virtual Response <Key> CreateKey(string name, JsonWebKeyType keyType, CancellationToken cancellationToken = default)
 {
     throw new NotImplementedException();
 }