Перейти к содержимому
Abblix
Эта страница ещё не переведена.

Abblix.Jwt.ValidationParameters

ValidationParameters.ResolveIssuerSigningKeysDelegate(string) Delegate

Resolves signing keys (JWKs) asynchronously for a specified issuer.

C#
public delegate System.Collections.Generic.IAsyncEnumerable<Abblix.Jwt.JsonWebKey> ValidationParameters.ResolveIssuerSigningKeysDelegate(string issuer);

Parameters

issuer System.String

Issuer whose signing keys are to be resolved.

Returns

System.Collections.Generic.IAsyncEnumerable<JsonWebKey>
An asynchronous stream of JSON Web Keys.