mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -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; }
|
public string CredentialBlob { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public string EncryptedPublicKey { get; set; }
|
public string EncryptedPublicKey { get; set; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user