1
0
mirror of https://github.com/bitwarden/server.git synced 2025-03-02 04:11:04 +01:00

comment update

This commit is contained in:
Kyle Spearrin 2017-05-05 23:24:44 -04:00
parent c4abe765ba
commit bf5d0f50be

View File

@ -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
{