From bf5d0f50be830af4df4d7a005910bf7d97ef7175 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 5 May 2017 23:24:44 -0400 Subject: [PATCH] comment update --- src/Core/Utilities/EncryptedValueAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Utilities/EncryptedValueAttribute.cs b/src/Core/Utilities/EncryptedValueAttribute.cs index 558b83489a..e58dca4bd6 100644 --- a/src/Core/Utilities/EncryptedValueAttribute.cs +++ b/src/Core/Utilities/EncryptedValueAttribute.cs @@ -4,7 +4,7 @@ using System.ComponentModel.DataAnnotations; namespace Bit.Core.Utilities { /// - /// Validates a string that is in encrypted form: "b64iv=|b64ct=" + /// Validates a string that is in encrypted form: "head.b64iv=|b64ct=|b64mac=" /// public class EncryptedStringAttribute : ValidationAttribute {