9 references to TagByteSizes
System.Security.Cryptography (9)
src\libraries\Common\src\System\Security\Cryptography\AesGcm.cs (9)
60
/// <see cref="
TagByteSizes
" />.
76
if (!tagSizeInBytes.IsLegalSize(
TagByteSizes
))
96
/// <see cref="
TagByteSizes
" />.
150
/// <para>The <paramref name="tag" /> parameter length is not permitted by <see cref="AesGcm.
TagByteSizes
" />.</para>
191
/// <para>The <paramref name="tag" /> parameter length is not permitted by <see cref="AesGcm.
TagByteSizes
" />.</para>
226
/// <para>The <paramref name="tag" /> parameter length is not permitted by <see cref="AesGcm.
TagByteSizes
" />.</para>
267
/// <para>The <paramref name="tag" /> parameter length is not permitted by <see cref="AesGcm.
TagByteSizes
" />.</para>
304
Debug.Assert(tagSizeInBytes.IsLegalSize(
TagByteSizes
));
311
else if (!tag.Length.IsLegalSize(
TagByteSizes
))