mirror of
https://github.com/bitwarden/server.git
synced 2025-03-02 04:11:04 +01:00
comment update
This commit is contained in:
parent
c4abe765ba
commit
bf5d0f50be
@ -4,7 +4,7 @@ using System.ComponentModel.DataAnnotations;
|
||||
namespace Bit.Core.Utilities
|
||||
{
|
||||
/// <summary>
|
||||
/// Validates a string that is in encrypted form: "b64iv=|b64ct="
|
||||
/// Validates a string that is in encrypted form: "head.b64iv=|b64ct=|b64mac="
|
||||
/// </summary>
|
||||
public class EncryptedStringAttribute : ValidationAttribute
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user