We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request:
An alternative ICertificateStore implementation that utilizes the Windows Certificate Store instead of using DirectoryStore class.
ICertificateStore
DirectoryStore
Plus a new method to UaApplicationBuilder similar to SetDirectoryStore(), but made for the new Windows Cert Store implementation.
UaApplicationBuilder
SetDirectoryStore()
The text was updated successfully, but these errors were encountered:
Good idea!
Sorry, something went wrong.
@awcullen Hi! I just wanted to check in on this issue that @szalai-balazs-david created. Has there been any movement on this at all by chance?
@awcullen we are working on adding this functionality currently. Would you like us to push a PR when we have it completed?
Yes please!
No branches or pull requests
Feature request:
An alternative
ICertificateStore
implementation that utilizes the Windows Certificate Store instead of usingDirectoryStore
class.Plus a new method to
UaApplicationBuilder
similar toSetDirectoryStore()
, but made for the new Windows Cert Store implementation.The text was updated successfully, but these errors were encountered: