9 references to TagByteSizes
System.Security.Cryptography (9)
src\libraries\Common\src\System\Security\Cryptography\AesGcm.cs (9)
60/// <see cref="TagByteSizes" />. 76if (!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> 304Debug.Assert(tagSizeInBytes.IsLegalSize(TagByteSizes)); 311else if (!tag.Length.IsLegalSize(TagByteSizes))