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