namespace StellaOps.Cryptography.Kms; /// /// Supported algorithm identifiers for the KMS abstraction. /// public static class KmsAlgorithms { public const string Es256 = "ES256"; }