3 references to Rs256
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (3)
DeviceBoundSessionConstants.cs (2)
44
/// <see cref="
Rs256
"/>).
46
internal const string AdvertisedAlgorithms = $"({Es256} {
Rs256
})";
DeviceBoundSessionJwtValidator.cs (1)
117
DeviceBoundSessionConstants.
Rs256
when string.Equals(jsonWebKey.Kty, "RSA", StringComparison.Ordinal) => jsonWebKey,