# Functions
ClientCertValidator validates the thumbprint received in the request header with the active thumbprints fetched from ARM Metadata endpoint.
IsValidThumbprint verifies the thumbprint received in the request header against the list of thumbprints fetched from arm metadata endpoint.
NewArmCertManager creates a new ArmCertManager.
# Constants
No description provided by the author
No description provided by the author
# Variables
ArmCertStore stores active client certificates fetched from arm metadata endpoint.
No description provided by the author
# Structs
ArmCertManager defines the arm client manager for fetching the client cert from arm metadata endpoint.
Certificate represents the client certificate fetched from arm metadata endpoint.