mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
comment update
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user