1

I am using the OneLogin .NET toolkit for ADFS authentication. In the AccountSettings.cs page it's asking for certificate but my client has only provided fingerprint of the certificate.

How can I use the certificate fingerprint in the code?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459

1 Answers1

0

Not sure if this relates to OneLogin, but the vanilla .NET call you can use is FindByThumbPrint

codenheim
  • 20,467
  • 1
  • 59
  • 80