src/ccf/recovery/ccf-recovery-service/Stores/KeyStore/SigningPrivateKeyInfo.cs (6 lines of code) (raw):
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
namespace Controllers;
public class SigningPrivateKeyInfo : SigningKeyInfo
{
public string SigningKey { get; set; } = default!;
}