2 writes to pbTag
Microsoft.AspNetCore.DataProtection (2)
Cng\CngGcmAuthenticatedEncryptor.cs (2)
162authInfo.pbTag = pbAuthTag; 211authCipherInfo.pbTag = pbTag;
1 reference to pbTag
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO_Tests.cs (1)
24Assert.Equal(IntPtr.Zero, (IntPtr)cipherModeInfo.pbTag);