Hello
-
What is the default pageSize when using ListVersionsAsync and ListKeysAsync methods? The documentation states it as 0, but this is obviously not the case…
-
Is there a way to delete a key (and its versions) so they are not listed anymore when ListVersionsAsync and ListKeysAsync methods are used? When I use RemoveVersionAsync method, the given version is still listed later (as Deleted) when using ListVersionsAsync.
Thank you