• Using certificates with Microsoft.Identity.Web
  • Client certificates
  • Describing client certificates to use by configuration
  • Describing client certificates to use programmatically
  • Decryption certificates
  • Describing decryption certificates to use by configuration
  • Describing decryption certificates to use programmatically
  • Helping certificate rotation by sending x5c
  • Specifying certificates
  • Getting certificates from Key Vault
  • Microsoft.Identity.Web leverages Managed Identity
  • Specifying client certificate from Key Vault by configuration
  • Specifying client certificate from Key Vault programmatically
  • Specifying certificates from a path
  • Specifying certificates from a path by configuration
  • Specifying certificates from a path programmatically
  • Specifying certificates from a certificate store by distinguished name
  • Specifying certificates from a certificate store by distinguished name by configuration
  • Specifying certificates from a certificate store by distinguished name programmatically
  • Specifying certificates from a certificate store by thumbprint
  • Specifying certificates from a certificate store by thumbprint by configuration
  • Specifying certificates from a certificate store by thumbprint programmatically
  • Specifying certificates from a certificate store by Base64 encoded value
  • Specifying certificates from a certificate store by Base64 encoded value by configuration
  • Specifying certificates from a certificate store by Base64 encoded value programmatically
  • Specifying certificates as an X509Certificate2
  • Microsoft Identity Web classes used for certificate management