Skip to content
New issue

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

Create hash algorithm from OID #21

Open
mightyvoodoo opened this issue Jun 22, 2023 · 0 comments
Open

Create hash algorithm from OID #21

mightyvoodoo opened this issue Jun 22, 2023 · 0 comments

Comments

@mightyvoodoo
Copy link

mightyvoodoo commented Jun 22, 2023

Hello, can anybody guide to how to create, for example, Streebog256 hash algorithm not from name:

HashAlgorithm.Create("Streebog256");

but something like:

HashAlgorithm.Create(HashAlgorithmName.FromOid("1.2.643.7.1.1.2.2").Name);

p.s.: Thanks for this awesome lib 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant