mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
comment update
This commit is contained in:
@@ -4,7 +4,7 @@ using System.ComponentModel.DataAnnotations;
|
|||||||
namespace Bit.Core.Utilities
|
namespace Bit.Core.Utilities
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Validates a string that is in encrypted form: "b64iv=|b64ct="
|
/// Validates a string that is in encrypted form: "head.b64iv=|b64ct=|b64mac="
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class EncryptedStringAttribute : ValidationAttribute
|
public class EncryptedStringAttribute : ValidationAttribute
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user