Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

X509Certificate2 on consumption tier #65

Open
garnetbes opened this issue Apr 12, 2021 · 0 comments
Open

X509Certificate2 on consumption tier #65

garnetbes opened this issue Apr 12, 2021 · 0 comments

Comments

@garnetbes
Copy link

garnetbes commented Apr 12, 2021

When loading a certificate in an expression, the following works in developer+ tiers, however not on Consumption tier.

X509Certificate2 certificate = new X509Certificate2(Convert.FromBase64String((string)context.Variables["keyVaultCertBase64"]), (string)null);

Haven't been able to find in the docs. Am I missing something? Any suggestions greatly appreciated'

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

No branches or pull requests

1 participant