Skip to content

Conversation

@neha-bhargava
Copy link
Contributor

Fixes #5645

Changes proposed in this request

  • Add CertificateOptions to contain parameters for cert
  • Update extensibility API to use CertificateOptions to pass sendX5C info
  • Add WithCertificate API to use CertificateOptions

Testing
Added unit tests to validate sendx5c is used when true

Performance impact

Documentation

  • All relevant documentation is updated.

@neha-bhargava neha-bhargava requested a review from a team as a code owner January 14, 2026 21:37

if (certificateOptions?.AssociateTokensWithCertificateSerialNumber ?? false)
{
Config.CertificateIdToAssociateWithToken = certificate.SerialNumber;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I would do it the other way around - Keep a Config.CertificateOptions instead.

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

Successfully merging this pull request may close these issues.

[Feature Request] Update extensibility API to cature CertificateOptions

4 participants