2 writes to pbNonce
Microsoft.AspNetCore.DataProtection (2)
Cng\CngGcmAuthenticatedEncryptor.cs (2)
160authInfo.pbNonce = pbNonce; 209authCipherInfo.pbNonce = pbNonce;
1 reference to pbNonce
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO_Tests.cs (1)
20Assert.Equal(IntPtr.Zero, (IntPtr)cipherModeInfo.pbNonce);