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