namespace Bit.Core.Utilities.Fido2 { public enum Fido2AlgorithmIdentifier : int { ES256 = -7, RS256 = -257, } }