mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
OpaqueKeyExchangeCredential.cs - tweak comment
This commit is contained in:
parent
4edd3da4cf
commit
9b7c14c2df
@ -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; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user