3 references to Es256
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (3)
DeviceBoundSessionConstants.cs (2)
43
/// MUST stay in lock-step with the algorithms the proof validator accepts (<see cref="
Es256
"/>,
46
internal const string AdvertisedAlgorithms = $"({
Es256
} {Rs256})";
DeviceBoundSessionJwtValidator.cs (1)
116
DeviceBoundSessionConstants.
Es256
when string.Equals(jsonWebKey.Kty, "EC", StringComparison.Ordinal) && string.Equals(jsonWebKey.Crv, "P-256", StringComparison.Ordinal) => jsonWebKey,