2 overrides of DecryptImpl
Microsoft.AspNetCore.DataProtection (2)
Cng\CbcAuthenticatedEncryptor.cs (1)
144protected override byte[] DecryptImpl(byte* pbCiphertext, uint cbCiphertext, byte* pbAdditionalAuthenticatedData, uint cbAdditionalAuthenticatedData)
Cng\CngGcmAuthenticatedEncryptor.cs (1)
117protected override byte[] DecryptImpl(byte* pbCiphertext, uint cbCiphertext, byte* pbAdditionalAuthenticatedData, uint cbAdditionalAuthenticatedData)
1 reference to DecryptImpl
Microsoft.AspNetCore.DataProtection (1)
Cng\Internal\CngAuthenticatedEncryptorBase.cs (1)
29return DecryptImpl(