1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-04 20:50:21 -05:00

OpaqueKeyExchangeCredential.cs - tweak comment

This commit is contained in:
Jared Snider 2025-03-20 12:45:38 -04:00
parent 4edd3da4cf
commit 9b7c14c2df
No known key found for this signature in database
GPG Key ID: A149DDD612516286

View File

@ -25,7 +25,7 @@ public class OpaqueKeyExchangeCredential : ITableObject<Guid>
public string CredentialBlob { get; set; }
/// <summary>
/// User key encapsulated OPAQUE credential public key (used for user key rotation enablement).
/// User key encapsulated OPAQUE credential public key (enables user key rotation).
/// </summary>
public string EncryptedPublicKey { get; set; }