up
This commit is contained in:
10
src/__Libraries/StellaOps.Cryptography.Kms/KmsSignResult.cs
Normal file
10
src/__Libraries/StellaOps.Cryptography.Kms/KmsSignResult.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace StellaOps.Cryptography.Kms;
|
||||
|
||||
/// <summary>
|
||||
/// Represents the output of a signing operation.
|
||||
/// </summary>
|
||||
public sealed record KmsSignResult(
|
||||
string KeyId,
|
||||
string VersionId,
|
||||
string Algorithm,
|
||||
byte[] Signature);
|
||||
Reference in New Issue
Block a user