5 references to TagByteSizes
System.Security.Cryptography (5)
System\Security\Cryptography\AesGcm.cs (5)
45
/// <see cref="
TagByteSizes
" />.
61
if (!tagSizeInBytes.IsLegalSize(
TagByteSizes
))
81
/// <see cref="
TagByteSizes
" />.
162
Debug.Assert(tagSizeInBytes.IsLegalSize(
TagByteSizes
));
169
else if (!tag.Length.IsLegalSize(
TagByteSizes
))