Implemented interface member:
method
Decrypt<TWriter>
Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ISpanAuthenticatedEncryptor.Decrypt<TWriter>(System.ReadOnlySpan<System.Byte>, System.ReadOnlySpan<System.Byte>, ref TWriter)
1 reference to Decrypt
Microsoft.AspNetCore.DataProtection (1)
Cng\CbcAuthenticatedEncryptor.cs (1)
195
Decrypt
(ciphertext, additionalAuthenticatedData, ref refPooledBuffer);