#### [Abblix\.SecurityEvents](https://www.abblix.com/en/docs/api/abblix-securityevents 'index')
### [Abblix\.SecurityEvents\.Infrastructure](https://www.abblix.com/en/docs/api/abblix-securityevents/Abblix.SecurityEvents.Infrastructure 'Abblix\.SecurityEvents\.Infrastructure')

## JwksTransport Class

The HTTP transport key\-set fetches travel on, to the "jwks\_uri" of an issuer whose events this host verifies\.

```csharp
public static class JwksTransport
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → JwksTransport
### Fields

## JwksTransport\.HttpClientName Field {#Abblix.SecurityEvents.Infrastructure.JwksTransport.HttpClientName}

The name the transport's client is registered under, published so a host can configure it without copying
the string: `services.AddHttpClient(JwksTransport.HttpClientName)` reaches the same client the
resolver fetches with, and whatever it chains \- a resilience pipeline, a proxy \- applies to every fetch\.

```csharp
public const string HttpClientName = "Abblix.SecurityEvents.Jwks";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
