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