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

            throw new NotImplementedException();
        }
예제 #2
0
 public virtual Response <Key> CreateKey(string name, JsonWebKeyType keyType, CancellationToken cancellationToken = default)
 {
     throw new NotImplementedException();
 }