mirror of
https://github.com/bitwarden/server.git
synced 2025-06-20 02:48:03 -05:00
Update src/Api/KeyManagement/Models/Response/PrivateKeysResponseModel.cs
Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>
This commit is contained in:
parent
d5ee08b52a
commit
a417aa72e8
@ -7,7 +7,7 @@ namespace Bit.Api.KeyManagement.Models.Response;
|
||||
#nullable enable
|
||||
|
||||
/// <summary>
|
||||
/// This response model is used to return the the asymmetric encryption keys,
|
||||
/// This response model is used to return the asymmetric encryption keys,
|
||||
/// and signature keys of an entity. This includes the private keys of the key pairs,
|
||||
/// (private key, signing key), and the public keys of the key pairs (unsigned public key,
|
||||
/// signed public key, verification key).
|
||||
|
Loading…
x
Reference in New Issue
Block a user